diff --git a/src/webu.c b/src/webu.c index d52bfee4..1de53dca 100644 --- a/src/webu.c +++ b/src/webu.c @@ -620,7 +620,6 @@ void webu_process_action(struct webui_ctx *webui) _("Quitting thread %d"),webui->thread_nbr); webui->cntlst[indx]->restart = FALSE; webui->cntlst[indx]->event_stop = TRUE; - webui->cntlst[indx]->event_user = TRUE; webui->cntlst[indx]->finish = TRUE; } } else { @@ -628,7 +627,6 @@ void webu_process_action(struct webui_ctx *webui) _("Quitting thread %d"),webui->thread_nbr); webui->cnt->restart = FALSE; webui->cnt->event_stop = TRUE; - webui->cnt->event_user = TRUE; webui->cnt->finish = TRUE; } @@ -638,7 +636,6 @@ void webu_process_action(struct webui_ctx *webui) webui->cntlst[indx]->webcontrol_finish = TRUE; webui->cntlst[indx]->restart = FALSE; webui->cntlst[indx]->event_stop = TRUE; - webui->cntlst[indx]->event_user = TRUE; webui->cntlst[indx]->finish = TRUE; indx++; }