mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-08 21:10:25 +01:00
Fix wrong check when clearing activation request
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2785 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
e705a7082e
commit
82fd08b4f8
1 changed files with 1 additions and 1 deletions
|
|
@ -949,7 +949,7 @@ clear_act_request (NMDevice *self)
|
|||
|
||||
priv = NM_DEVICE_GET_PRIVATE (self);
|
||||
|
||||
if (priv->act_request)
|
||||
if (!priv->act_request)
|
||||
return;
|
||||
|
||||
g_signal_handler_disconnect (priv->act_request,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue