vncv: fork tcs with RFNOWAIT as we dont collect wait message
This commit is contained in:
parent
3cc39a0ac7
commit
6f2ea28817
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ tcs(int fd0, int fd1)
|
|||
goto Dup;
|
||||
if(pipe(pfd) < 0)
|
||||
goto Dup;
|
||||
switch(rfork(RFPROC|RFFDG|RFMEM)){
|
||||
switch(rfork(RFPROC|RFFDG|RFMEM|RFNOWAIT)){
|
||||
case -1:
|
||||
close(pfd[0]);
|
||||
close(pfd[1]);
|
||||
|
|
Loading…
Reference in a new issue