summaryrefslogtreecommitdiff
path: root/src/core/devices
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/devices')
-rw-r--r--src/core/devices/nm-device.c1
-rw-r--r--src/core/devices/team/nm-device-team.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/core/devices/nm-device.c b/src/core/devices/nm-device.c
index b5531799a0..c6309722f2 100644
--- a/src/core/devices/nm-device.c
+++ b/src/core/devices/nm-device.c
@@ -13373,7 +13373,6 @@ ip_check_gw_ping_cleanup(NMDevice *self)
nm_utils_term_child_async(priv->gw_ping.pid,
priv->gw_ping.log_domain,
"ping",
- 1000,
NULL,
NULL);
priv->gw_ping.pid = 0;
diff --git a/src/core/devices/team/nm-device-team.c b/src/core/devices/team/nm-device-team.c
index 2b8005d089..88fabf3a39 100644
--- a/src/core/devices/team/nm-device-team.c
+++ b/src/core/devices/team/nm-device-team.c
@@ -290,7 +290,6 @@ teamd_cleanup(NMDeviceTeam *self, gboolean free_tdc)
nm_utils_term_child_async(priv->teamd_pid,
LOGD_TEAM,
"teamd",
- 2000,
teamd_kill_cb,
g_object_ref(self));
priv->teamd_pid = 0;