summaryrefslogtreecommitdiff
path: root/lisp/nntp.el
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>1995-12-16 14:54:55 +0000
committerLars Magne Ingebrigtsen <larsi@gnus.org>1995-12-16 14:54:55 +0000
commitf2c11a5db437c1dcba34ace67ecf8cf406110548 (patch)
treefbc76d16a0e5f446679825fe6b050e2525ae2ffd /lisp/nntp.el
parent9e7a7dc32b7837f48f165629368022ce55a1c3d1 (diff)
downloademacs-f2c11a5db437c1dcba34ace67ecf8cf406110548.tar.gz
* nntp.el (nntp-open-server): Enable successful "connectionless"
server switching.
Diffstat (limited to 'lisp/nntp.el')
-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."
;; check that the physical server is opened.
(if (or (nntp-server-opened server)
connectionless)
- ()
+ t
(if (member nntp-address nntp-timeout-servers)
nil
;; We open a connection to the physical nntp server.