X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/cb5d4a7527ee37577fc0c49eed564f237ec7c909..37d634e5152d96a37f0dae04fcffa7e709e83032:/uip/popsbr.c diff --git a/uip/popsbr.c b/uip/popsbr.c index 6d8d820c..e7ea911e 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