NetworkManager r3779 - trunk/libnm-util



Author: dcbw
Date: Fri Jun 27 15:44:15 2008
New Revision: 3779
URL: http://svn.gnome.org/viewvc/NetworkManager?rev=3779&view=rev

Log:
Actually handle registration of ipv6 setting

Modified:
   trunk/libnm-util/nm-connection.c

Modified: trunk/libnm-util/nm-connection.c
==============================================================================
--- trunk/libnm-util/nm-connection.c	(original)
+++ trunk/libnm-util/nm-connection.c	Fri Jun 27 15:44:15 2008
@@ -54,7 +54,7 @@
 
 static GHashTable *registered_settings = NULL;
 
-#define DEFAULT_MAP_SIZE 13
+#define DEFAULT_MAP_SIZE 14
 
 static struct SettingInfo {
 	const char *name;
@@ -157,6 +157,8 @@
 	                      NM_TYPE_SETTING_IP6_CONFIG,
 	                      NM_SETTING_IP6_CONFIG_ERROR,
 	                      7);
+
+	/* Be sure to update DEFAULT_MAP_SIZE if you add another setting!! */
 }
 
 static guint32



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