summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r--mbbsd/admin.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index 41977616..ff53fd45 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -95,8 +95,6 @@ search_key_user(char *passwdfile, int mode)
keymatch = user.justify;
else if(strstr(user.mychicken.name, key))
keymatch = user.mychicken.name;
- else if(strstr(user.ident, key))
- keymatch = user.ident;
}
if(keymatch) {
move(1, 0);