]> git.marmaro.de Git - mmh/blobdiff - zotnet/bboards/getbbent.c
* Changed configure.in to use gcc -Wall even without --enable-debug, to prevent
[mmh] / zotnet / bboards / getbbent.c
index aa3253e092a215b49d5ff6e2a77ce2bb2054a11b..c820d69f293ebf72a78dc1d845f00c48bf8ceb54 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");