summaryrefslogtreecommitdiffstats
path: root/usr.sbin/dhcpd/memory.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-04-18 00:43:27 +0000
committerderaadt <deraadt@openbsd.org>2004-04-18 00:43:27 +0000
commit8e1c2028c5dceb83d3e368cc82c07a5ac32d88dc (patch)
tree7f6277311fb6beca9324129a5ae8feb046b89dbc /usr.sbin/dhcpd/memory.c
parentdhcpd may be invoked without any interface given (diff)
downloadwireguard-openbsd-8e1c2028c5dceb83d3e368cc82c07a5ac32d88dc.tar.xz
wireguard-openbsd-8e1c2028c5dceb83d3e368cc82c07a5ac32d88dc.zip
various knf; henning ok
Diffstat (limited to 'usr.sbin/dhcpd/memory.c')
-rw-r--r--usr.sbin/dhcpd/memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/dhcpd/memory.c b/usr.sbin/dhcpd/memory.c
index 3d814ef10a1..c94fe845821 100644
--- a/usr.sbin/dhcpd/memory.c
+++ b/usr.sbin/dhcpd/memory.c
@@ -848,7 +848,7 @@ dump_subnets(void)
struct shared_network *s;
struct subnet *n;
- note ("Subnets:");
+ note("Subnets:");
for (n = subnets; n; n = n->next_subnet) {
debug(" Subnet %s", piaddr(n->net));
debug(" netmask %s", piaddr(n->netmask));