summaryrefslogtreecommitdiffstats
path: root/libexec/ftpd/ftpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/ftpd/ftpd.c')
-rw-r--r--libexec/ftpd/ftpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ftpd/ftpd.c b/libexec/ftpd/ftpd.c
index 6e23bd7..875ec62 100644
--- a/libexec/ftpd/ftpd.c
+++ b/libexec/ftpd/ftpd.c
@@ -38,7 +38,7 @@ static char copyright[] =
#endif /* not lint */
#ifndef lint
-static char sccsid[] = "@(#)ftpd.c 8.4 (Berkeley) 4/16/94";
+static char sccsid[] = "@(#)ftpd.c 8.5 (Berkeley) 4/28/95";
#endif /* not lint */
/*
@@ -483,7 +483,7 @@ checkuser(name)
*p = '\0';
if (line[0] == '#')
continue;
- if (strcmp(p, name) == 0) {
+ if (strcmp(line, name) == 0) {
found = 1;
break;
}
OpenPOWER on IntegriCloud