getpwnam-preload.c: no longer log shell
This commit is contained in:
@@ -20,7 +20,6 @@ struct passwd *getpwnam(const char *name) {
|
|||||||
fprintf(stderr, "no LOGIN_SHELL set\n");
|
fprintf(stderr, "no LOGIN_SHELL set\n");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
fprintf(stderr, "SHELL:%s\n", shell);
|
|
||||||
pw->pw_shell = strdup(shell);
|
pw->pw_shell = strdup(shell);
|
||||||
}
|
}
|
||||||
return pw;
|
return pw;
|
||||||
|
|||||||
Reference in New Issue
Block a user