diff --git a/client/dbus-proxy.c b/client/dbus-proxy.c index c4e0a1d0..3c06de4c 100644 --- a/client/dbus-proxy.c +++ b/client/dbus-proxy.c @@ -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;