D-Bus: Fix property change timer update
authorJouni Malinen <j@w1.fi>
Wed, 31 Dec 2014 21:20:01 +0000 (23:20 +0200)
committerJouni Malinen <j@w1.fi>
Fri, 2 Jan 2015 20:50:26 +0000 (22:50 +0200)
commit7fbe56b018337f42639ed0895564f8703daf34d4
tree57a11b7b4ff91d3cbde85050264366c334ab8e25
parent3a593ff5b24440dfdfbc0764a748f370956159f5
D-Bus: Fix property change timer update

eloop_is_timeout_registered() was called with incorrect context argument
which meant that the pending timeout would have never been found.

Signed-off-by: Jouni Malinen <j@w1.fi>
wpa_supplicant/dbus/dbus_new_helpers.c