network-manager-applet r838 - trunk/src/gconf-helpers
- From: dcbw svn gnome org
- To: svn-commits-list gnome org
- Subject: network-manager-applet r838 - trunk/src/gconf-helpers
- Date: Mon, 11 Aug 2008 18:53:41 +0000 (UTC)
Author: dcbw
Date: Mon Aug 11 18:53:41 2008
New Revision: 838
URL: http://svn.gnome.org/viewvc/network-manager-applet?rev=838&view=rev
Log:
Fix uninitialized variable
Modified:
trunk/src/gconf-helpers/gconf-upgrade.c
Modified: trunk/src/gconf-helpers/gconf-upgrade.c
==============================================================================
--- trunk/src/gconf-helpers/gconf-upgrade.c (original)
+++ trunk/src/gconf-helpers/gconf-upgrade.c Mon Aug 11 18:53:41 2008
@@ -528,7 +528,7 @@
NMConnection *connection;
NMSettingConnection *s_con;
NMSettingVPN *s_vpn;
- NMSettingIP4Config *s_ip4;
+ NMSettingIP4Config *s_ip4 = NULL;
char *path, *network, *id = NULL, *service_name = NULL;
GSList *str_routes = NULL, *vpn_data = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]