summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormaxim <maxim@FreeBSD.org>2007-04-30 20:26:11 +0000
committermaxim <maxim@FreeBSD.org>2007-04-30 20:26:11 +0000
commit9428c924ddfc6e02000ce231344762b1e55702f2 (patch)
treee77890e7e86332997a689526ef07c8a9cdd16845
parent3f7c014f10b49d101acb038cd1b04b8751fc1b49 (diff)
downloadFreeBSD-src-9428c924ddfc6e02000ce231344762b1e55702f2.zip
FreeBSD-src-9428c924ddfc6e02000ce231344762b1e55702f2.tar.gz
o Kill EOLWS while I'm here.
-rw-r--r--sys/netinet/libalias/alias_proxy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/libalias/alias_proxy.c b/sys/netinet/libalias/alias_proxy.c
index b3185cc..d7efb4b 100644
--- a/sys/netinet/libalias/alias_proxy.c
+++ b/sys/netinet/libalias/alias_proxy.c
@@ -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
OpenPOWER on IntegriCloud