mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-07 19:10:31 +01:00
2005-10-18 Robert Love <rml@novell.com>
* gnome/applet/applet.c: nmwa_context_menu_update(): 'iface' could be used uninitialized. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1043 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
4a94a14f5c
commit
7bdfd64c98
1 changed files with 1 additions and 1 deletions
|
|
@ -1998,7 +1998,7 @@ static void nmwa_context_menu_update (NMWirelessApplet *applet)
|
|||
GSList *element;
|
||||
gboolean have_wireless = FALSE;
|
||||
NetworkDevice *dev;
|
||||
const char *iface;
|
||||
const char *iface = NULL;
|
||||
|
||||
g_return_if_fail (applet != NULL);
|
||||
g_return_if_fail (applet->stop_wireless_item != NULL);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue