From 35550cfd1d5afe9888c6e3ba9c788df0243f2c72 Mon Sep 17 00:00:00 2001 From: h_vogt Date: Mon, 1 Apr 2013 20:10:00 +0200 Subject: [PATCH] sharedspice.c: fix sigsev fault under LINUX --- src/sharedspice.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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; }