X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4885712264980e6cbc2039f9158027bee9213475..e8635a8a1:/uip/popi.c?ds=inline diff --git a/uip/popi.c b/uip/popi.c index 953db14c..e26e346e 100644 --- a/uip/popi.c +++ b/uip/popi.c @@ -214,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 ());