* Changed configure.in to use gcc -Wall even without --enable-debug, to prevent
[mmh] / zotnet / bboards / getbbent.c
index aa3253e..c820d69 100644 (file)
@@ -513,7 +513,7 @@ ldrchk (struct bboard *b)
        return 1;
 
     if (strcmp (b->bb_passwd,
-               crypt (getpass ("Password: "), b->bb_passwd)) == 0)
+               crypt (nmh_getpass ("Password: "), b->bb_passwd)) == 0)
        return 1;
 
     fprintf (stderr, "Sorry\n");