sharedspice.c: remove sigsev fault under LINUX

This commit is contained in:
h_vogt 2013-04-01 20:10:00 +02:00
parent f38bab6b10
commit 34441352ea
1 changed files with 1 additions and 3 deletions

View File

@ -411,9 +411,7 @@ runc(char* command)
}
else
fprintf(stdout, "Printsend thread stopped with timeout = %d\n", timeout);
#ifdef HAVE_LIBPTHREAD
pthread_join(printtid, NULL);
#endif
printstopp = FALSE;
return 2;
}