From d2a5191adf634925491857318998ab2e2a055e6c Mon Sep 17 00:00:00 2001 From: Saurav Babu Date: Tue, 12 Aug 2014 17:49:40 +0530 Subject: Tethering: Fix warning: (near initialization for 'gadget_tech_driver.set_tethering') After addition of commit ff893fedd30baba89fdffd8cc9bac367ebf18ad1 one warning appeared in package. This patch fixes that warning. Change-Id: I834c33d41e6987c9e2b2a062991345106b6f5ab7 --- plugins/gadget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gadget.c b/plugins/gadget.c index cce51e26..6bc37a7b 100644 --- a/plugins/gadget.c +++ b/plugins/gadget.c @@ -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); -- cgit v1.2.3