Diff between 31d74307597c337ca69d36a243bd3a59637b3344 and 19329b3f6829a22f6dcf3c148dcfd3757ad3b126
Changed Files
| File | Additions | Deletions | Status |
| client/gatt.c | +1 | -1 | modified |
Full Patch
diff --git a/client/gatt.c b/client/gatt.c
index 1de8736..416eda9 100644
--- a/client/gatt.c
+++ b/client/gatt.c
@@ -561,7 +561,7 @@ GDBusProxy *gatt_select_attribute(GDBusProxy *parent, const char *arg)
return proxy;
}
- return select_attribute_by_uuid(parent, arg);
+ return select_attribute_by_uuid(NULL, arg);
}
static char *attribute_generator(const char *text, int state, GList *source)