Fix wpas_notify_network_removed()
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 29 Apr 2015 17:47:14 +0000 (20:47 +0300)
committerJouni Malinen <j@w1.fi>
Wed, 29 Apr 2015 17:51:14 +0000 (20:51 +0300)
commit5441da2beb99c67e4f7790b114c65a2cc748f166
tree0427230858f09265573b5b26b2e99eb787beab7a
parentcb346b49d2f05c2b4623e87e4f137ba3ec4c53d6
Fix wpas_notify_network_removed()

Commit bb3df9a569e4a33445c89ebc50019ba46b4f6704 ('notify: Do not raise
any signal from a P2P management interface') was supposed to only change
D-Bus behavior, but it ended up disabling non-D-Bus functionality as
well for some sequences where the P2P Device interface is used.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/notify.c