aboutsummaryrefslogtreecommitdiffstats
path: root/etrn.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-03-14 00:09:16 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-03-14 00:09:16 +0000
commit3a501db74967d4c31aa749e1baec8aa7bdef96e4 (patch)
treeab9e12b7ebd0ab3b6ca7fe2b61159b249a726190 /etrn.c
parent07921aefa96266949a198f6b43726369c42bed66 (diff)
downloadfetchmail-3a501db74967d4c31aa749e1baec8aa7bdef96e4.tar.gz
fetchmail-3a501db74967d4c31aa749e1baec8aa7bdef96e4.tar.bz2
fetchmail-3a501db74967d4c31aa749e1baec8aa7bdef96e4.zip
Shrouding is now done over a narrower scope.
svn path=/trunk/; revision=3252
Diffstat (limited to 'etrn.c')
-rw-r--r--etrn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/etrn.c b/etrn.c
index 5b6a56bf..76c12121 100644
--- a/etrn.c
+++ b/etrn.c
@@ -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 */