From d8e2e394f9232c11009f4d1a5cd3445c02d91cab Mon Sep 17 00:00:00 2001 From: Inga Stotland Date: Fri, 1 Feb 2019 22:49:35 -0800 Subject: [PATCH] mesh: Remove unnecessary variable initialization --- mesh/mesh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh/mesh.c b/mesh/mesh.c index e49653ef8..c610582c0 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; -- 2.47.3