From 006e60d291c495470933ae3b40aed8c5bea9bd01 Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Fri, 12 May 2017 14:36:48 -0700 Subject: [PATCH] client: allow interface search by NULL property 'value' --- client/dbus-proxy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;