Browse Source

sharedspice.c: fix sigsev fault under LINUX

pre-master-46
h_vogt 13 years ago
committed by rlar
parent
commit
35550cfd1d
  1. 4
      src/sharedspice.c

4
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;
}

Loading…
Cancel
Save