From: Marcel Holtmann Date: Sat, 4 Apr 2009 02:37:40 +0000 (+0200) Subject: Leave the network identifier encoding to the plugins for now X-Git-Tag: accepted/2.0alpha-wayland/20121110.002834~3914 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0d706f23d1d89f0359ffddb05a07a00bfcb84385;p=profile%2Fivi%2Fconnman.git Leave the network identifier encoding to the plugins for now --- diff --git a/src/network.c b/src/network.c index d17cffd..5a4eb76 100644 --- a/src/network.c +++ b/src/network.c @@ -467,7 +467,8 @@ struct connman_network *connman_network_create(const char *identifier, __connman_element_initialize(&network->element); - temp = connman_dbus_encode_string(identifier); + //temp = connman_dbus_encode_string(identifier); + temp = g_strdup(identifier); if (temp == NULL) { g_free(network); return NULL;