summaryrefslogtreecommitdiff
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 c3baa962f..0a58df58b 100644
--- a/auth.c
+++ b/auth.c
@@ -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.