X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=env.c;h=7d03ae170a463502476d59b13bfae242fbd49a54;hb=24ab4a608c8ee1613698a1a312a7b30d138a241e;hp=cf535e34eb8b9944405c8f09fc8836013b66db66;hpb=aa404982fe7cb8339247fc104e99b05dbca47204;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");