--- src/gatt-dbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gatt-dbus.c b/src/gatt-dbus.c index 95d1243..4456ec0 100644 --- a/src/gatt-dbus.c +++ b/src/gatt-dbus.c @@ -297,7 +297,7 @@ static int register_external_characteristics(GSList *proxies) { GSList *list; - for (list = proxies; list; list = g_slist_next(proxies)) { + for (list = proxies; list; list = g_slist_next(list)) { DBusMessageIter iter; const char *str, *path; bt_uuid_t uuid; -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html