diff --git a/src/sharedspice.c b/src/sharedspice.c index 1f40140eb..34a8f0653 100644 --- a/src/sharedspice.c +++ b/src/sharedspice.c @@ -388,9 +388,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; }