vncv: fork tcs with RFNOWAIT as we dont collect wait message

This commit is contained in:
cinap_lenrek 2012-10-09 15:26:45 +02:00
parent 3cc39a0ac7
commit 6f2ea28817

View file

@ -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]);