| Index: files/src/profile.c
|
| diff --git a/files/src/profile.c b/files/src/profile.c
|
| index b59054eb90028ac35a7c9b4652cbc2b07bd6d7e4..38d3263df141c40113c52272e743d60eb12003dd 100644
|
| --- a/files/src/profile.c
|
| +++ b/files/src/profile.c
|
| @@ -401,7 +401,7 @@ static DBusMessage *get_entry(DBusConnection *conn,
|
| DBusMessage *msg, void *data)
|
| {
|
| #define ADD_STR(name, val) do { \
|
| - connman_dbus_dict_append_variant(&dict, #name, DBUS_TYPE_STRING, val); \
|
| + connman_dbus_dict_append_variant(&dict, name, DBUS_TYPE_STRING, val); \
|
| } while (0)
|
| #define VAL_STR(name) do { \
|
| val = g_key_file_get_string(keyfile, ident, name, NULL); \
|
|
|