o Kill EOLWS while I'm here.

This commit is contained in:
Maxim Konovalov 2007-04-30 20:26:11 +00:00
parent 38ec733c53
commit 1e2f57057d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=169149

View File

@ -176,8 +176,8 @@ inet_aton(cp, addr)
if (l == ULONG_MAX || (l == 0 && endptr == c))
return (0);
val = (in_addr_t)l;
/*
val = (in_addr_t)l;
/*
* If the whole string is invalid, endptr will equal
* c.. this way we can make sure someone hasn't
* gone '.12' or something which would get past