*** empty log message ***

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1598 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Robert Love 2006-03-14 16:02:18 +00:00
parent 8c10ac7bb9
commit e746fe5eb4

View file

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