X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fpopi.c;h=e26e346ee6760503a609d2b12a02eb40d8e6847b;hp=afdd4fbf77c9ef06fd84a64a963605f423bd9b0c;hb=99e5043db7ee6cf80f93708610a6e584a8068c6a;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68 diff --git a/uip/popi.c b/uip/popi.c index afdd4fb..e26e346 100644 --- a/uip/popi.c +++ b/uip/popi.c @@ -80,7 +80,6 @@ static char mailname[BUFSIZ]; static char *nfs = NULL; static struct msgs *mp; -extern int errno; extern char response[]; /* @@ -215,7 +214,7 @@ main (int argc, char **argv) } snprintf (mailname, sizeof(mailname), "PO box for %s@%s", user, host); - if (pop_init (host, user, pass, snoop, rpop) == NOTOK) + if (pop_init (host, user, pass, NULL, snoop, rpop) == NOTOK) adios (NULL, "%s", response); if (rpop > 0) setuid (getuid ());