X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/23f2b007ecac94848616420b27f0819ea559507e..2cfa2ea56602d3bb0465a46c0b144017b497b558:/uip/msgchk.c diff --git a/uip/msgchk.c b/uip/msgchk.c index e0eaeb8b..b6a5d809 100644 --- a/uip/msgchk.c +++ b/uip/msgchk.c @@ -30,7 +30,7 @@ X("port name/number", 0, PORTSW) \ X("version", 0, VERSIONSW) \ X("help", 0, HELPSW) \ - X("snoop", -5, SNOOPSW) \ + X("snoop", 0, SNOOPSW) \ X("sasl", SASLminc(4), SASLSW) \ X("saslmech", SASLminc(5), SASLMECHSW) \ X("authservice", SASLminc(0), AUTHSERVICESW) \ @@ -88,7 +88,7 @@ main (int argc, char **argv) if (nmh_init(argv[0], 1)) { return 1; } - mts_init (invo_name); + mts_init (); arguments = getarguments (invo_name, argc, argv, 1); argp = arguments;