about summary refs log tree commit diff
path: root/src/core/nm-policy.c
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2024-07-26 01:21:47 +0200
committerMichael Biebl <biebl@debian.org>2024-07-26 01:21:47 +0200
commit5da7278b1e7c5ad18c00f80a6377f9bb9832e1f8 (patch)
tree8d0f9750b15da4ab81e2e223e862862e5f8c9ece /src/core/nm-policy.c
parent2dc0a77fbfabd06aaef47f0e3fe5c97acd8ba874 (diff)
parent45a364c60a9d6d34e614c4f1f507c69336ad1e69 (diff)
Update upstream source from tag 'upstream/1.48.6'
Update to upstream version '1.48.6'
with Debian dir 079dcf02130f9ab9f223112f63e2a4751dcbc658
Diffstat (limited to 'src/core/nm-policy.c')
-rw-r--r--src/core/nm-policy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/nm-policy.c b/src/core/nm-policy.c
index 60d11c75..4b8262f7 100644
--- a/src/core/nm-policy.c
+++ b/src/core/nm-policy.c
@@ -2934,7 +2934,7 @@ dispose(GObject *object)
     NMPolicy        *self = NM_POLICY(object);
     NMPolicyPrivate *priv = NM_POLICY_GET_PRIVATE(self);
 
-    nm_assert(!c_list_is_empty(&priv->policy_auto_activate_lst_head));
+    nm_assert(c_list_is_empty(&priv->policy_auto_activate_lst_head));
     nm_assert(g_hash_table_size(priv->devices) == 0);
 
     nm_clear_g_object(&priv->default_ac4);