mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-23 00:30:51 +02:00
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:
parent
7228037fda
commit
8c10ac7bb9
2 changed files with 6 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
* gnome/vpn-properties/nm-vpn-properties.c: Hide the next page's
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue