mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-03 09:20:23 +01:00
Fix type passed to signal handler
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3303 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
9587569b5a
commit
ce4d802a3e
1 changed files with 1 additions and 1 deletions
|
|
@ -229,7 +229,7 @@ real_bring_up (NMDevice *dev)
|
|||
g_signal_connect (priv->sup_iface,
|
||||
"state",
|
||||
G_CALLBACK (supplicant_iface_state_cb),
|
||||
dev);
|
||||
NM_DEVICE_802_3_ETHERNET (dev));
|
||||
|
||||
g_object_unref (sup_mgr);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue