Tethering: Fix warning: (near initialization for 'gadget_tech_driver.set_tethering') 21/25921/1
authorSaurav Babu <saurav.babu@samsung.com>
Tue, 12 Aug 2014 12:19:40 +0000 (17:49 +0530)
committerSaurav Babu <saurav.babu@samsung.com>
Tue, 12 Aug 2014 12:19:40 +0000 (17:49 +0530)
After addition of commit ff893fedd30baba89fdffd8cc9bac367ebf18ad1 one
warning appeared in package. This patch fixes that warning.

Change-Id: I834c33d41e6987c9e2b2a062991345106b6f5ab7

plugins/gadget.c

index cce51e2..6bc37a7 100644 (file)
@@ -364,7 +364,7 @@ static void gadget_tech_disable_tethering(struct connman_technology *technology,
 
 static int gadget_tech_set_tethering(struct connman_technology *technology,
                                const char *identifier, const char *passphrase,
-                               const char *bridge, bool enabled)
+                               const char *bridge, bool enabled, bool hidden)
 {
        DBG("bridge %s enabled %d", bridge, enabled);