diff options
-rw-r--r-- | usr.bin/login/login.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/login/login.c b/usr.bin/login/login.c index e9b5e88..93b08ed 100644 --- a/usr.bin/login/login.c +++ b/usr.bin/login/login.c @@ -254,7 +254,6 @@ getuser(FILE *fp) while (fgets(entry, sizeof(entry), fp) != NULL) { retval = check_user(alias, pwhash, entry); if (retval == 0) { - printf("login: successful\n"); free(alias); return 0; } |