mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
o Kill EOLWS while I'm here.
This commit is contained in:
parent
38ec733c53
commit
1e2f57057d
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue