Skip to content
Snippets Groups Projects
Commit 096ac469 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

66-svctl: fix iopause

parent 522566bb
No related branches found
No related tags found
No related merge requests found
......@@ -329,7 +329,7 @@ int iopause_svc(svc_sig *sv_signal,char const *sig, ftrigr_t *fifo)
{
case GOTIT:
h = handle_signal_svc(sv_signal) ;
if (!h)
if (h)
{
check = 4 ;
break ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment