client: allow interface search by NULL property 'value'

This commit is contained in:
Tim Kourt 2017-05-12 14:36:48 -07:00 committed by Denis Kenzior
parent 14a18ce3df
commit 006e60d291
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ struct l_queue *proxy_interface_find_all(const char *interface,
const struct l_queue_entry *entry;
struct l_queue *match = NULL;
if (!interface || !function || !value)
if (!interface || !function)
return NULL;
for (entry = l_queue_get_entries(proxy_interfaces); entry;