X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fpopsbr.c;fp=uip%2Fpopsbr.c;h=e7ea911e6ea4408e9569f63d5dbf231987e0e31f;hb=d2f54bbc4ef071a92508fa26d5d4641a3f2215c1;hp=6d8d820c40ffe6a1a19887fbcb6c53410b8a77d6;hpb=f1bd4ca9cee81e86095c61cebc56c0f302a675d4;p=mmh diff --git a/uip/popsbr.c b/uip/popsbr.c index 6d8d820..e7ea911 100644 --- a/uip/popsbr.c +++ b/uip/popsbr.c @@ -500,6 +500,13 @@ pop_init (char *host, char *user, char *pass, char *proxy, int snoop, int fd1, fd2; char buffer[BUFSIZ]; +#ifdef APOP + int apop; + + if ((apop = rpop) < 0) + rpop = 0; +#endif + if (proxy && *proxy) { int pid; int inpipe[2]; /* for reading from the server */ @@ -549,13 +556,6 @@ pop_init (char *host, char *user, char *pass, char *proxy, int snoop, } else { -#ifdef APOP - int apop; - - if ((apop = rpop) < 0) - rpop = 0; -#endif - #ifndef NNTP if ( kpop ) { # ifdef KPOP