o Kill EOLWS while I'm here.

This commit is contained in:
maxim 2007-04-30 20:26:11 +00:00
parent 3f7c014f10
commit 9428c924dd

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