Skip to content

Commit

Permalink
wpa_supplicant: Do not ignore signal SIGHUP
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
jlopex committed Apr 7, 2014
1 parent 38d1819 commit 6c4fb72
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions wpa_supplicant/wpa_supplicant.c
Original file line number Diff line number Diff line change
Expand Up @@ -856,13 +856,6 @@ static void wpa_supplicant_reconfig(int sig, void *signal_ctx)
struct wpa_supplicant *wpa_s;

for (wpa_s = global->ifaces; wpa_s; wpa_s = wpa_s->next) {
if (sig == 1) {
/* XXX: FIXME: ignore this signal here, happens once a mesh STA
* finishes joining a secure mesh??? */
wpa_dbg(wpa_s, MSG_DEBUG, "FIXME: Signal %d received - ignoring",
sig);
return;
}
wpa_dbg(wpa_s, MSG_DEBUG, "Signal %d received - reconfiguring",
sig);
if (wpa_supplicant_reload_configuration(wpa_s) < 0) {
Expand Down

0 comments on commit 6c4fb72

Please sign in to comment.