mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 13:00:16 +01:00
Fix bug saving unencrypted AP security information
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1237 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
4dd1456235
commit
2cc6237c02
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ real_serialize_gconf (NMGConfWSO *self,
|
|||
const char *network)
|
||||
{
|
||||
/* Nothing to do */
|
||||
return 0;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue