Hi Andrew, On 04/21/2016 07:57 PM, Andrew Zaborowski wrote: > --- > ell/dbus-service.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ell/dbus-service.c b/ell/dbus-service.c > index 9d2110f..44baaaf 100644 > --- a/ell/dbus-service.c > +++ b/ell/dbus-service.c > @@ -408,7 +408,7 @@ LIB_EXPORT bool l_dbus_interface_property(struct l_dbus_interface *interface, > if (unlikely(!signature || !getter)) > return false; > > - if (!_dbus_valid_signature(signature)) > + if (_dbus_num_children(signature) != 1) > return false; Good catch. > > /* Pre-calculate the needed meta-info length */ > Applied, thanks. Regards, -Denis