2006-03-14 Robert Love <rml@novell.com>

* src/backends/NetworkManagerSuSE.c: Check that we have a valid AP
	  before adding anything.


git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1597 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love
2006-03-14 15:31:13 +00:00
committed by Robert Love
parent 7228037fda
commit 8c10ac7bb9
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2006-03-14 Robert Love <rml@novell.com>
* src/backends/NetworkManagerSuSE.c: Check that we have a valid AP
before adding anything.
2006-03-13 Robert Love <rml@novell.com> 2006-03-13 Robert Love <rml@novell.com>
* gnome/vpn-properties/nm-vpn-properties.c: Hide the next page's * gnome/vpn-properties/nm-vpn-properties.c: Hide the next page's

View File

@@ -521,7 +521,7 @@ found:
free (buf); free (buf);
} }
if ((buf = svGetValue (file, "WIRELESS_ESSID"))) if ((buf = svGetValue (file, "WIRELESS_ESSID")) && strlen (buf) > 0)
{ {
NMAccessPoint * ap; NMAccessPoint * ap;
NMAccessPoint * list_ap; NMAccessPoint * list_ap;