aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/net
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/net')
-rw-r--r--lisp/net/nsm.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/net/nsm.el b/lisp/net/nsm.el
index 1b0f04e5a19..e94947bc7f1 100644
--- a/lisp/net/nsm.el
+++ b/lisp/net/nsm.el
@@ -311,9 +311,9 @@ See also: `network-security-protocol-checks' and `nsm-noninteractive'"
311 (map-values results) 311 (map-values results)
312 "\n") 312 "\n")
313 "\n") 313 "\n")
314 "\n* ")))))) 314 "\n* ")))))
315 (delete-process process) 315 (delete-process process)
316 (setq process nil)) 316 (setq process nil)))
317 (run-hook-with-args 'nsm-tls-post-check-functions 317 (run-hook-with-args 'nsm-tls-post-check-functions
318 host port status settings results))) 318 host port status settings results)))
319 process) 319 process)