X-Git-Url: https://git.sthu.org/?p=runfinite.git;a=blobdiff_plain;f=src%2Fmain.cpp;h=dc2d5f1d0330b19a1eb717dcaf78b19472ef768b;hp=3e147b97e4d92056473aec843e43ebab2e35cecb;hb=55ecb15c9c16b9b86c6015caed07f5975a15fd94;hpb=8ec778745d7432e558839c811bab5ff2a188fbed diff --git a/src/main.cpp b/src/main.cpp index 3e147b9..dc2d5f1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -200,9 +200,6 @@ int main(int argc, char* argv[], char* envp[]) if( waitpid(-1, &status, WNOHANG | WUNTRACED | WCONTINUED) < 0 ) break; - if( WIFEXITED(status) ) - break; - //Sleep a round usleep(ussleep); loops++;