]> diplodocus.org Git - nmh/blobdiff - uip/mhparam.c
Move things around so you can still initialize netsec with SASL
[nmh] / uip / mhparam.c
index 9b5fa069634f873b28614f6dd71ec1e2a9c9a9ad..3b259e7f507f0c84e24c36e142988c5245c3ca7b 100644 (file)
@@ -214,7 +214,7 @@ main(int argc, char **argv)
        if ((cp = context_find("datalocking"))) { datalocking = cp; }
 
        /* In case spoollocking was set in mts.conf. */
-       mts_init(invo_name);
+       mts_init();
 
        /* Also set localmbox here */
        if (! localmbox_primed) {
@@ -239,7 +239,7 @@ main(int argc, char **argv)
 
            if (! strcmp ("spoollocking", comps[i])) {
                /* In case spoollocking was set in mts.conf. */
-               mts_init(invo_name);
+               mts_init();
             }
 
            value = context_find (comps[i]);