summaryrefslogtreecommitdiffstats
path: root/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/auth.c b/auth.c
index c3baa962..0a58df58 100644
--- a/auth.c
+++ b/auth.c
@@ -58,7 +58,6 @@ allowed_user(struct passwd * pw)
if (!pw)
return 0;
- /* deny if shell does not exists or is not executable */
/*
* Get the shell from the password data. An empty shell field is
* legal, and means /bin/sh.