Leave the network identifier encoding to the plugins for now
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 4 Apr 2009 02:37:40 +0000 (04:37 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 4 Apr 2009 02:37:40 +0000 (04:37 +0200)
src/network.c

index d17cffd..5a4eb76 100644 (file)
@@ -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;