dbus: Remove unneeded typecast
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 10 Nov 2009 14:48:21 +0000 (16:48 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 10 Nov 2009 14:48:21 +0000 (16:48 +0200)
commitea20a1ad03758c58a4c24530808d622f1cab3f87
tree5ea6ed0e0e71ed0f7c2b32476f97ff515ad58611
parent69856fadf77e680d01cac09da37e6bb3643ca427
dbus: Remove unneeded typecast

This was triggering some gcc versions to warn about strict aliasing.
Since the typecast is not really needed here, the cleanest way to get
rid of the warnings is to just use the correct type for the local
variable.
wpa_supplicant/ctrl_iface_dbus_new_helpers.c