mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-04-12 11:27:51 +02: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;
|
const struct l_queue_entry *entry;
|
||||||
struct l_queue *match = NULL;
|
struct l_queue *match = NULL;
|
||||||
|
|
||||||
if (!interface || !function || !value)
|
if (!interface || !function)
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
for (entry = l_queue_get_entries(proxy_interfaces); entry;
|
for (entry = l_queue_get_entries(proxy_interfaces); entry;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user