mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 06:30:12 +01:00
device: return G_SOURCE_* instead of boolean in source callback
(cherry picked from commit b88de255fc)
This commit is contained in:
parent
1b98e30927
commit
0ce538c7e0
1 changed files with 1 additions and 1 deletions
|
|
@ -7149,7 +7149,7 @@ device_ip_link_changed(gpointer user_data)
|
|||
ip_iface = pllink->name;
|
||||
|
||||
if (!ip_iface[0])
|
||||
return FALSE;
|
||||
return G_SOURCE_REMOVE;
|
||||
|
||||
if (!nm_streq(priv->ip_iface, ip_iface)) {
|
||||
_LOGI(LOGD_DEVICE,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue