X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=env.c;h=7d03ae170a463502476d59b13bfae242fbd49a54;hb=910d5a2f852edb8c4e54c0e875da6a90385ab790;hp=cf535e34eb8b9944405c8f09fc8836013b66db66;hpb=3e0432c01c37e7cd4f059be7dfd1a1ca2286683b;p=~andy%2Ffetchmail diff --git a/env.c b/env.c index cf535e34..7d03ae17 100644 --- a/env.c +++ b/env.c @@ -243,7 +243,6 @@ const char *showproto(int proto) case P_AUTO: return("auto"); #ifdef POP3_ENABLE case P_POP3: return("POP3"); - case P_APOP: return("APOP"); #endif /* POP3_ENABLE */ #ifdef IMAP_ENABLE case P_IMAP: return("IMAP");