diff options
Diffstat (limited to 'usr.sbin/dhcpd/memory.c')
| -rw-r--r-- | usr.sbin/dhcpd/memory.c | 2 |
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)); |
