mesh: Remove unnecessary variable initialization
authorInga Stotland <inga.stotland@intel.com>
Sat, 2 Feb 2019 06:49:35 +0000 (22:49 -0800)
committerAnupam Roy <anupam.r@samsung.com>
Tue, 17 Dec 2019 14:13:26 +0000 (19:43 +0530)
Change-Id: Ie8728738b7c4a372008d7ce3863f2f4be4fdc6d3
Signed-off-by: Anupam Roy <anupam.r@samsung.com>
mesh/mesh.c

index e56570c..b3d2e85 100644 (file)
@@ -670,7 +670,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;