summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/dhcp.c
diff options
context:
space:
mode:
authorstevesk <stevesk@openbsd.org>2006-12-15 16:03:16 +0000
committerstevesk <stevesk@openbsd.org>2006-12-15 16:03:16 +0000
commitd844dd031664b101d7b19497ae2d003182c1fde9 (patch)
tree9216dfdc51ea952ab455a06f93361c7ba24835ad /usr.sbin/dhcpd/dhcp.c
parentregen (diff)
downloadwireguard-openbsd-d844dd031664b101d7b19497ae2d003182c1fde9.tar.xz
wireguard-openbsd-d844dd031664b101d7b19497ae2d003182c1fde9.zip
small KNF
Diffstat (limited to 'usr.sbin/dhcpd/dhcp.c')
-rw-r--r--usr.sbin/dhcpd/dhcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/dhcp.c b/usr.sbin/dhcpd/dhcp.c
index 0c37642828e..b81e1e2330a 100644
--- a/usr.sbin/dhcpd/dhcp.c
+++ b/usr.sbin/dhcpd/dhcp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcp.c,v 1.24 2006/06/14 14:49:46 ckuethe Exp $ */
+/* $OpenBSD: dhcp.c,v 1.25 2006/12/15 16:03:16 stevesk Exp $ */
/*
* Copyright (c) 1995, 1996, 1997, 1998, 1999
@@ -608,7 +608,7 @@ ack_lease(struct packet *packet, struct lease *lease, unsigned int offer,
}
if (packet->options[DHO_DHCP_CLASS_IDENTIFIER].len) {
- vendor_class =find_class(0,
+ vendor_class = find_class(0,
packet->options[DHO_DHCP_CLASS_IDENTIFIER].data,
packet->options[DHO_DHCP_CLASS_IDENTIFIER].len);
} else