summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcrelay
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-11-21 14:57:01 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-11-21 14:57:01 +0000
commita586c7a97f4064c8baee13f1526a88065890d1c4 (patch)
tree94552296f3b22ea7d568330ec67e39d616bbea87 /usr.sbin/dhcrelay
parentdc584bf8c4750f01b98a419298a75ef12cfaa838 (diff)
no "\n" needed here; ok henning@
Diffstat (limited to 'usr.sbin/dhcrelay')
-rw-r--r--usr.sbin/dhcrelay/dhcrelay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcrelay/dhcrelay.c b/usr.sbin/dhcrelay/dhcrelay.c
index 0acd0dd1fc0..d57ed433517 100644
--- a/usr.sbin/dhcrelay/dhcrelay.c
+++ b/usr.sbin/dhcrelay/dhcrelay.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcrelay.c,v 1.26 2005/11/13 20:26:00 deraadt Exp $ */
+/* $OpenBSD: dhcrelay.c,v 1.27 2006/11/21 14:57:00 stevesk Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@cvs.openbsd.org>
@@ -238,7 +238,7 @@ relay(struct interface_info *ip, struct dhcp_packet *packet, int length,
/* If giaddr is set on a BOOTREQUEST, ignore it - it's already
been gatewayed. */
if (packet->giaddr.s_addr) {
- note("ignoring BOOTREQUEST with giaddr of %s\n",
+ note("ignoring BOOTREQUEST with giaddr of %s",
inet_ntoa(packet->giaddr));
return;
}