Remove duplicated TERMINATING event
Now that CTRL-EVENT-TERMINATING even is sent at the end of interface removal in case wpa_supplicant process is going to terminate, there is no need for this duplicated event in the signal handler. Signed-hostap: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
f08115165b
commit
499e7286b0
1 changed files with 0 additions and 5 deletions
|
@ -673,11 +673,6 @@ void wpa_supplicant_terminate_proc(struct wpa_global *global)
|
|||
static void wpa_supplicant_terminate(int sig, void *signal_ctx)
|
||||
{
|
||||
struct wpa_global *global = signal_ctx;
|
||||
struct wpa_supplicant *wpa_s;
|
||||
for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
|
||||
wpa_msg(wpa_s, MSG_INFO, WPA_EVENT_TERMINATING "- signal %d "
|
||||
"received", sig);
|
||||
}
|
||||
wpa_supplicant_terminate_proc(global);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue