Diff between a5b844cb8f070105e04fbc909a8a22f91f66948b and 22d943a798d017a5be0882b9edfe12884b733191
Changed Files
| File | Additions | Deletions | Status |
| mesh/main.c | +1 | -1 | modified |
Full Patch
diff --git a/mesh/main.c b/mesh/main.c
index 96ac785..604e577 100644
--- a/mesh/main.c
+++ b/mesh/main.c
@@ -503,7 +503,7 @@ static bool parse_service_data(GDBusProxy *proxy, const char *target_uuid,
}
if (!g_dbus_proxy_get_property(proxy, "ServiceData", &iter))
- return true;
+ return false;
if (dbus_message_iter_get_arg_type(&iter) != DBUS_TYPE_ARRAY)
return false;