git://project.juiblex.co.uk
/
razor2.git/.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c6045dc
)
trivial: razor_property_iterator_create() can have package NULL and be valid
author
Richard Hughes
<richard@hughsie.com>
Mon, 30 Jun 2008 08:47:32 +0000 (09:47 +0100)
committer
Richard Hughes
<richard@hughsie.com>
Mon, 30 Jun 2008 08:47:32 +0000 (09:47 +0100)
librazor/iterator.c
patch
|
blob
|
history
diff --git
a/librazor/iterator.c
b/librazor/iterator.c
index
e40425a
..
b2bddff
100644
(file)
--- a/
librazor/iterator.c
+++ b/
librazor/iterator.c
@@
-169,7
+169,6
@@
razor_property_iterator_create(struct razor_set *set,
struct razor_property_iterator *pi;
assert (set != NULL);
- assert (package != NULL);
pi = zalloc(sizeof *pi);
pi->set = set;