X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/06fff87f275c3577a962537d44c558649285d8e4..5c8b15d4703e145128f51494ffc496dafd5fe718:/uip/popsbr.c diff --git a/uip/popsbr.c b/uip/popsbr.c index 14bc9fc1..8d54e021 100644 --- a/uip/popsbr.c +++ b/uip/popsbr.c @@ -277,7 +277,7 @@ pop_init (char *host, char *port, char *user, char *proxy, int snoop, case DONE: if (poprint) fprintf (stderr, "%s\n", response); - netsec_shutdown(nsc, 1); + netsec_shutdown(nsc); nsc = NULL; return NOTOK; } @@ -546,7 +546,7 @@ int pop_done (void) { if (nsc) - netsec_shutdown(nsc, 1); + netsec_shutdown(nsc); return OK; }