(nntp-async-trigger): Fix authinfo in asynchronous prefetch.
authorSimon Josefsson <jas@extundo.com>
Fri, 29 Sep 2000 19:22:17 +0000 (19:22 +0000)
committerSimon Josefsson <jas@extundo.com>
Fri, 29 Sep 2000 19:22:17 +0000 (19:22 +0000)
lisp/ChangeLog
lisp/nntp.el

index f972b55..d46acbf 100644 (file)
@@ -1,3 +1,8 @@
+2000-09-29  Simon Josefsson  <simon@josefsson.org>
+
+       * nntp.el (nntp-async-trigger): Fix authinfo in asynchronous
+       prefetch.
+
 2000-08-09 10:21:20  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * nntp.el (nntp-open-telnet): Wait for the telnet prompt before
index 62e8de2..96c9035 100644 (file)
@@ -982,7 +982,7 @@ password contained in '~/.nntp-authinfo'."
       (if (memq (following-char) '(?4 ?5))
          ;; wants credentials?
          (if (looking-at "480")
-             (nntp-handle-authinfo nntp-process-to-buffer)
+             (nntp-handle-authinfo process)
            ;; report error message.
            (nntp-snarf-error-message)
            (nntp-do-callback nil))