mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 05:00:15 +01:00
Quiet warning
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2463 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
84d233e4e5
commit
d4fb095dd7
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ static void
|
|||
nm_supplicant_info_set_call (NMSupplicantInfo *info, DBusGProxyCall *call)
|
||||
{
|
||||
if (call) {
|
||||
nm_call_store_add (info->store, info->proxy, (gpointer) call);
|
||||
nm_call_store_add (info->store, G_OBJECT (info->proxy), (gpointer) call);
|
||||
info->call = call;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue