]> Pileus Git - ~andy/fetchmail/blobdiff - etrn.c
Fix the double-authentication bug.
[~andy/fetchmail] / etrn.c
diff --git a/etrn.c b/etrn.c
index 61e3fd9a22218093681b8e1351fa5b3ca131076d..76c121219bdb151e0613ca2add8e5b40a56098c6 100644 (file)
--- a/etrn.c
+++ b/etrn.c
@@ -1,5 +1,5 @@
 /*
- * etrn.c -- ETRN protocol methods
+ * etrn.c -- ETRN protocol methods (see RFC 1985)
  *
  * For license terms, see the file COPYING in this directory.
  */
@@ -130,7 +130,6 @@ const static struct method etrn =
     FALSE,             /* this is not a tagged protocol */
     FALSE,             /* this does not use a message delimiter */
     etrn_ok,           /* parse command response */
-    NULL,              /* no password canonicalization */
     NULL,              /* no need to get authentication */
     etrn_getrange,     /* initialize message sending */
     NULL,              /* we cannot get a list of sizes */