X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fbluetooth.c;fp=plugins%2Fbluetooth.c;h=a8383e75cd91ae00f48dc0a5fedd1ff68d7fe2be;hb=bf0e619ef451bde3568c1af509ccb12cbda2ff93;hp=704d21644a1ecba0cca47b40910c765262a8736e;hpb=2985b9822ac3f5acfef2933cbda98c1285e11af4;p=platform%2Fupstream%2Fconnman.git diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c index 704d216..a8383e7 100755 --- a/plugins/bluetooth.c +++ b/plugins/bluetooth.c @@ -738,8 +738,6 @@ static bool tethering_create(const char *path, const char *method; bool result; - DBG("path %s bridge %s", path, bridge); - if (!bridge) { g_free(tethering); return false; @@ -751,6 +749,8 @@ static bool tethering_create(const char *path, return false; } + DBG("path %s bridge %s", path, bridge); + tethering->technology = technology; tethering->bridge = g_strdup(bridge); tethering->enable = enabled;