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