From 34441352ea7635f80702acdf161217a51a4bf2da Mon Sep 17 00:00:00 2001 From: h_vogt Date: Mon, 1 Apr 2013 20:10:00 +0200 Subject: [PATCH] sharedspice.c: remove 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 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; }