chiark / gitweb /
bus-proxy: drop one wrong assert()
authorTom Gundersen <teg@jklm.no>
Thu, 25 Sep 2014 14:21:36 +0000 (16:21 +0200)
committerTom Gundersen <teg@jklm.no>
Thu, 25 Sep 2014 14:21:36 +0000 (16:21 +0200)
src/bus-proxyd/bus-policy.c

index 0de7680d4bf238105073822048273b8a09a3ff99..2ff5d646f15a38c66bfb905a0525ade770eb75f0 100644 (file)
@@ -688,7 +688,6 @@ static int check_policy_items(PolicyItem *items, const struct policy_check_filte
         PolicyItem *i;
         int r, ret = DUNNO;
 
-        assert(items);
         assert(filter);
 
         /* Check all policies in a set - a broader one might be followed by a more specific one,