aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/nntp.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/nntp.el b/lisp/nntp.el
index beacf5d610d..f610bc1ad7e 100644
--- a/lisp/nntp.el
+++ b/lisp/nntp.el
@@ -363,7 +363,7 @@ servers."
363 ;; check that the physical server is opened. 363 ;; check that the physical server is opened.
364 (if (or (nntp-server-opened server) 364 (if (or (nntp-server-opened server)
365 connectionless) 365 connectionless)
366 () 366 t
367 (if (member nntp-address nntp-timeout-servers) 367 (if (member nntp-address nntp-timeout-servers)
368 nil 368 nil
369 ;; We open a connection to the physical nntp server. 369 ;; We open a connection to the physical nntp server.