X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=zotnet%2Fbboards%2Fgetbbent.c;h=c820d69f293ebf72a78dc1d845f00c48bf8ceb54;hb=278a48ef53b5dde10d7c88f67f51ce15ad11c0c0;hp=aa3253e092a215b49d5ff6e2a77ce2bb2054a11b;hpb=0c16fb9103d38e955469dd65b68cbc20e894d332;p=mmh diff --git a/zotnet/bboards/getbbent.c b/zotnet/bboards/getbbent.c index aa3253e..c820d69 100644 --- a/zotnet/bboards/getbbent.c +++ b/zotnet/bboards/getbbent.c @@ -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");