X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpopsbr.c;h=e7ea911e6ea4408e9569f63d5dbf231987e0e31f;hb=35c228531bc8e00d43be590255df9408a4fcbe19;hp=6d8d820c40ffe6a1a19887fbcb6c53410b8a77d6;hpb=cb5d4a7527ee37577fc0c49eed564f237ec7c909;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