diff options
| author | Michael Biebl <biebl@debian.org> | 2024-07-26 01:21:35 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2024-07-26 01:21:35 +0200 |
| commit | 45a364c60a9d6d34e614c4f1f507c69336ad1e69 (patch) | |
| tree | e19f6be7be473589a493b2e7888e5eb2c28dad43 /src/core/nm-policy.c | |
| parent | 58affb29b8386d6d26359da604a64fefe7ae0a60 (diff) | |
New upstream version 1.48.6 upstream/1.48.6
Diffstat (limited to 'src/core/nm-policy.c')
| -rw-r--r-- | src/core/nm-policy.c | 2 |
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); |