summaryrefslogtreecommitdiffstats
path: root/auth.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-05-20 15:22:36 +1000
committerDamien Miller <djm@mindrot.org>2000-05-20 15:22:36 +1000
commit7d6656c1283f46d9cdbba707ea2373af3d994585 (patch)
tree3bfb2579c72abe93e737802cf8dd3f97b747811a /auth.c
parentdfc83f42eba83d6dd127ce36fb33a490163c32de (diff)
cleanup diffs
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.