mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 13:50:13 +01:00
Fix argument parsing
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@1213 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
fad972d5a0
commit
c32b0d108f
1 changed files with 3 additions and 0 deletions
|
|
@ -938,6 +938,9 @@ nmi_dbus_update_network_info (DBusConnection *connection,
|
|||
dbus_message_iter_get_basic (&iter, &automatic);
|
||||
|
||||
/* Deserialize the sercurity option out of the message */
|
||||
if (!dbus_message_iter_next (&iter))
|
||||
goto out;
|
||||
|
||||
if (!(gconf_wso = nm_gconf_wso_new_deserialize_dbus (&iter)))
|
||||
{
|
||||
nm_warning ("%s:%d (%s): couldn't get security information from the message.", __FILE__, __LINE__, __func__);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue