From 19e657474d6f7b82cb2df0f0c7b6fbaace77d088 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Sat, 17 Mar 2018 15:48:32 +0100 Subject: [PATCH] device: fix assertion in queued_ip6_config_change() Fixes: 31ca7962f8f7d1993f0a363b9677c7cee89e7ee3 --- src/devices/nm-device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)