mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
client: allow interface search by NULL property 'value'
This commit is contained in:
parent
14a18ce3df
commit
006e60d291
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user