]> git.ipfire.org Git - thirdparty/hostap.git/commit
dbus: Fix type in wpa_dbus_dict_begin_string_array
authorJohannes Berg <johannes.berg@intel.com>
Fri, 17 Dec 2010 13:20:32 +0000 (15:20 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 17 Dec 2010 13:20:32 +0000 (15:20 +0200)
commita2810199eca02e886d2681fd38f5e591726dc170
treed9e48b62ca7542edd2a288722f5670e3de0a7691
parent45fee6f0908ea8229171d43cdf782d93eee63969
dbus: Fix type in wpa_dbus_dict_begin_string_array

The array's type should be given as the proper
DBUS_TYPE_STRING_AS_STRING, but evidently it
doesn't matter since it's all packed into a
variant type.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
wpa_supplicant/dbus/dbus_dict_helpers.c