]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
dhcpcd-3.0.17
authorRoy Marples <roy@marples.name>
Sat, 14 Apr 2007 07:53:33 +0000 (07:53 +0000)
committerRoy Marples <roy@marples.name>
Sat, 14 Apr 2007 07:53:33 +0000 (07:53 +0000)
ChangeLog
Makefile
dhcp.c

index ef9af7d6cae4a1034e5c4a207f0ee72e41ff6775..bfc5316b4d36b280d5f3fa81d44464128da8055f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+dhcpcd-3.0.17
 Minimum message size is now 300 bytes for crappy DHCP servers who think
 they have to obey the BOOTP minimum message size :/
 Compile ok on OpenBSD (thanks to icezimm and reb in #gentoo-bsd for testing)
index 047ea39846368c6ab6f96c12f0a20a624cd41e03..c1818b328b82b31bfbb7a48c96f98e2e57cab157 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 3.0.17_pre2
+VERSION = 3.0.17
 CFLAGS ?= -O2 -pipe
 
 # Should work for both GNU make and BSD make
diff --git a/dhcp.c b/dhcp.c
index b7cbb73dc4ffd9b558cbd6401ba2aa0a4dfd0af3..ea3b8d84c2af26470ba3eaa36f82ca228d02e99f 100644 (file)
--- a/dhcp.c
+++ b/dhcp.c
@@ -255,7 +255,6 @@ size_t send_message (const interface_t *iface, const dhcp_t *dhcp,
 #endif
 
        message_length = p - m;
-       logger (LOG_DEBUG, "xx %d\n", message_length);
 
        memset (&packet, 0, sizeof (struct udp_dhcp_packet));
        make_dhcp_packet (&packet, (unsigned char *) &message, message_length,