NetworkManager r3904 - trunk/src/dhcp-manager



Author: dcbw
Date: Thu Aug  7 14:52:25 2008
New Revision: 3904
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=3904&view=rev

Log:
Ignore dhcp_message_type since it's not actually a DHCP option

Modified:
   trunk/src/dhcp-manager/nm-dhcp-manager.c

Modified: trunk/src/dhcp-manager/nm-dhcp-manager.c
==============================================================================
--- trunk/src/dhcp-manager/nm-dhcp-manager.c	(original)
+++ trunk/src/dhcp-manager/nm-dhcp-manager.c	Thu Aug  7 14:52:25 2008
@@ -894,7 +894,7 @@
 	char *tmp_key = NULL;
 	const char **p;
 	static const char *filter_options[] = {
-		"interface", "pid", "reason", NULL
+		"interface", "pid", "reason", "dhcp_message_type", NULL
 	};
 	
 	/* Filter out stuff that's not actually new DHCP options */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]