X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Finc.c;h=0d36423bdef10157a4bc85b11c6d38e15d1f5582;hb=b28e871ba874a53257b37eed94adfc365ed6ebf2;hp=fd7b55e2e21a326dcd81e1411e52989ea522eaa4;hpb=0d1c5f533f3a6cd1c7f038f59585378f53b666c2;p=mmh diff --git a/uip/inc.c b/uip/inc.c index fd7b55e..0d36423 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