X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fpopsbr.c;h=ff28705f07af58d4b3d931042279aaaca0f7f886;hb=5ccbd49adba7e6d48f4094fa6eade7a7fb8ec4cf;hp=feb7aa0df429ce30b84e4941f5e5457ee63a849c;hpb=4eaf25e2a1d634b6f7bfa01a96e6e86768837e9b;p=mmh diff --git a/uip/popsbr.c b/uip/popsbr.c index feb7aa0..ff28705 100644 --- a/uip/popsbr.c +++ b/uip/popsbr.c @@ -418,14 +418,13 @@ int pop_init (char *host, char *port, char *user, char *pass, char *proxy, int snoop, int sasl, char *mech) { + int fd1, fd2; + char buffer[BUFSIZ]; #ifndef CYRUS_SASL NMH_UNUSED (sasl); NMH_UNUSED (mech); #endif /* ! CYRUS_SASL */ - int fd1, fd2; - char buffer[BUFSIZ]; - if (proxy && *proxy) { int pid; int inpipe[2]; /* for reading from the server */