summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-03-17 15:48:32 +0100
committerThomas Haller <thaller@redhat.com>2018-03-20 15:24:38 +0100
commit19e657474d6f7b82cb2df0f0c7b6fbaace77d088 (patch)
treed598ee5a2f17233192542ea82df848b8e1c049c2
parent1d88f50443125170b2ed11287e3857126975e1ae (diff)
downloadNetworkManager-19e657474d6f7b82cb2df0f0c7b6fbaace77d088.tar.gz
device: fix assertion in queued_ip6_config_change()
Fixes: 31ca7962f8f7d1993f0a363b9677c7cee89e7ee3
-rw-r--r--src/devices/nm-device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/nm-device.c b/src/devices/nm-device.c
index 9772c26791..98085c9dca 100644
--- a/src/devices/nm-device.c
+++ b/src/devices/nm-device.c
@@ -11611,7 +11611,7 @@ queued_ip6_config_change (gpointer user_data)
priv = NM_DEVICE_GET_PRIVATE (self);
- nm_assert (!priv->queued_ip4_config_pending);
+ nm_assert (!priv->queued_ip6_config_pending);
/* Wait for any queued state changes */
if (priv->queued_state.id)