diff --git a/src/sharedspice.c b/src/sharedspice.c index e95c8ec96..8f62ea0ac 100644 --- a/src/sharedspice.c +++ b/src/sharedspice.c @@ -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; }