o Kill EOLWS while I'm here.
This commit is contained in:
parent
3f7c014f10
commit
9428c924dd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user