]> diplodocus.org Git - nmh/blobdiff - uip/popsbr.c
Move m_getfld's MS_* mbox-type macros to the only user.
[nmh] / uip / popsbr.c
index 14bc9fc1fe5c73c5afdce3b54e6bdda9f30fd8c4..8d54e021980432569cac3495c9da9a9d90aa214c 100644 (file)
@@ -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;
 }