diff options
author | Tom Gundersen <teg@jklm.no> | 2014-09-25 16:21:36 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-09-25 16:21:36 +0200 |
commit | 4a3bb599609d687e0a501a748bfac491f5fb9f6c (patch) | |
tree | 4b75b10675cca04275213c9654fa192198f684a9 /src | |
parent | 4a690c47260ca507bbcf92e2a68f66d3ec9a23fb (diff) |
bus-proxy: drop one wrong assert()
Diffstat (limited to 'src')
-rw-r--r-- | src/bus-proxyd/bus-policy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/bus-proxyd/bus-policy.c b/src/bus-proxyd/bus-policy.c index 0de7680d4b..2ff5d646f1 100644 --- a/src/bus-proxyd/bus-policy.c +++ b/src/bus-proxyd/bus-policy.c @@ -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, |