diff options
Diffstat (limited to 'auth.c')
-rw-r--r-- | auth.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -58,7 +58,6 @@ allowed_user(struct passwd * pw) | |||
58 | if (!pw) | 58 | if (!pw) |
59 | return 0; | 59 | return 0; |
60 | 60 | ||
61 | /* deny if shell does not exists or is not executable */ | ||
62 | /* | 61 | /* |
63 | * Get the shell from the password data. An empty shell field is | 62 | * Get the shell from the password data. An empty shell field is |
64 | * legal, and means /bin/sh. | 63 | * legal, and means /bin/sh. |