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

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