summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorDavid Greenman <dg@FreeBSD.org>1995-08-28 02:23:07 +0000
committerDavid Greenman <dg@FreeBSD.org>1995-08-28 02:23:07 +0000
commit1d6005f288c8f474daedafb5fdbed13e12af971f (patch)
treead6685e070be42730a99f5859db3cf1efbbf8ef9 /lib/libc
parent89053199cc4c3e6ea166361e09af543d3dfee3b3 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/net/rcmd.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/net/rcmd.c b/lib/libc/net/rcmd.c
index b5ca8700eb2d..405dd8ec4d1e 100644
--- a/lib/libc/net/rcmd.c
+++ b/lib/libc/net/rcmd.c
@@ -390,10 +390,6 @@ __ivaliduser(hostf, raddr, luser, ruser)
/* comment... */
continue;
}
- if (*p == '\n' || *p == '#') {
- /* comment... */
- continue;
- }
while (*p != '\n' && *p != ' ' && *p != '\t' && *p != '\0') {
*p = isupper(*p) ? tolower(*p) : *p;
p++;