X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/0d1c5f533f3a6cd1c7f038f59585378f53b666c2..e66e25ec491d0fb3df708000d8494b4d598f0263:/uip/inc.c diff --git a/uip/inc.c b/uip/inc.c index fd7b55e2..0d36423b 100644 --- a/uip/inc.c +++ b/uip/inc.c @@ -105,7 +105,7 @@ static struct swit switches[] = { #define VERSIONSW 20 { "version", 0 }, #define HELPSW 21 - { "help", 4 }, + { "help", 0 }, #define SNOOPSW 22 { "snoop", -5 }, #define KPOPSW 23 @@ -402,6 +402,9 @@ main (int argc, char **argv) if (inc_type == INC_POP) { if (user == NULL) user = getusername (); + if ( strcmp( POPSERVICE, "kpop" ) == 0 ) { + kpop = 1; + } if (kpop || ( rpop > 0)) pass = getusername (); else