diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-18 01:32:41 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-04-18 01:32:41 +0000 |
commit | faf8a7475308d4c362b296ccf494e7cfbc927c0f (patch) | |
tree | 0c8b7a111fb2afffefffa22e0930f065556360a4 /usr.sbin/dhcpd/bootp.c | |
parent | 1430ac873d981368ec12a034ced1eedafcb3b5b6 (diff) |
spacing
Diffstat (limited to 'usr.sbin/dhcpd/bootp.c')
-rw-r--r-- | usr.sbin/dhcpd/bootp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/bootp.c b/usr.sbin/dhcpd/bootp.c index 799c55abc36..11ad7abd505 100644 --- a/usr.sbin/dhcpd/bootp.c +++ b/usr.sbin/dhcpd/bootp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bootp.c,v 1.5 2004/04/18 01:19:07 henning Exp $ */ +/* $OpenBSD: bootp.c,v 1.6 2004/04/18 01:32:40 deraadt Exp $ */ /* * BOOTP Protocol support. @@ -284,7 +284,7 @@ lose: memcpy(&raw.yiaddr, ip_address.iabuf, sizeof(raw.yiaddr)); /* Figure out the address of the next server. */ - if (hp && hp->group->next_server.len) + if (hp && hp->group->next_server.len) memcpy(&raw.siaddr, hp->group->next_server.iabuf, 4); else if (subnet->group->next_server.len) memcpy(&raw.siaddr, subnet->group->next_server.iabuf, 4); |