]> diplodocus.org Git - nmh/blobdiff - uip/inc.c
Just reworded the bit about '%s' being safe not to quote (it's only safe not to
[nmh] / uip / inc.c
index f00c337e79201ce19b112b5bd323080c367f9bd9..0d36423bdef10157a4bc85b11c6d38e15d1f5582 100644 (file)
--- a/uip/inc.c
+++ b/uip/inc.c
@@ -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