dbus: Do not initialize variable twice
authorJouni Malinen <j@w1.fi>
Tue, 23 Jun 2015 18:14:30 +0000 (21:14 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 23 Jun 2015 18:16:35 +0000 (21:16 +0300)
commit8e2a3a4c21ce6b1fb1d440333de7a9718e755005
tree1cff60e0a01bd9e69ab04b4709db0d406c7ea25e
parentc1a14ef42f1decf308133a133aa1cd429093fdec
dbus: Do not initialize variable twice

There is no point in initializing 'success' to FALSE when the actual
value is set just below this.

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