Code

store: Don't allow name to be NULL when matching attributes.
authorSebastian Harl <sh@tokkee.org>
Sun, 22 Jun 2014 12:21:50 +0000 (14:21 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 22 Jun 2014 14:04:18 +0000 (16:04 +0200)
commit6ff17f75945794254382737d2f1c979e0d52387e
tree11770042b4f6eb84905c41553d48cc43f3b88b5a
parent6af8978bd0a03f024aba517495aa32c89de71e5c
store: Don't allow name to be NULL when matching attributes.

There's no real use-case for it imho and it's just a weird special case in the
code.
src/core/store_lookup.c
t/unit/core/store_lookup_test.c