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 0de7680..2ff5d64 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,