Diff between c953e1c7f3e099b8746e0898387d1d4ca3987b9d and d8e2e394f9232c11009f4d1a5cd3445c02d91cab

Changed Files

File Additions Deletions Status
mesh/mesh.c +1 -1 modified

Full Patch

diff --git a/mesh/mesh.c b/mesh/mesh.c
index e49653e..c610582 100644
--- a/mesh/mesh.c
+++ b/mesh/mesh.c
@@ -671,7 +671,7 @@ static struct l_dbus_message *attach_call(struct l_dbus *dbus,
 						struct l_dbus_message *msg,
 						void *user_data)
 {
-	uint64_t token = 1;
+	uint64_t token;
 	const char *app_path, *sender;
 	struct attach_data *pending;