D-Bus: Fix interface unregistration on error path
authorJouni Malinen <j@w1.fi>
Tue, 6 Jan 2015 21:13:28 +0000 (23:13 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 7 Jan 2015 11:19:01 +0000 (13:19 +0200)
commit52b3943c94650618cadb2839c12a5a2eec88b0af
tree19058a0d6b7bddc7022a3666051a21f298daf6b6
parent96dc9a6d420b168bcebb10ed75e2f93177696979
D-Bus: Fix interface unregistration on error path

It is possible for this function to get called even if D-Bus
registration had failed, so the path can be NULL here.

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