From 52ac1ab34c257731efa237191ea765029d7fc8b5 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 6 Mar 2008 11:20:36 +0000 Subject: worked some more on HP UX - got it to compile and receive UDP messages --- threads.c | 1 - 1 file changed, 1 deletion(-) (limited to 'threads.c') diff --git a/threads.c b/threads.c index 5933d3e5..e32ff0d9 100644 --- a/threads.c +++ b/threads.c @@ -88,7 +88,6 @@ rsRetVal thrdTerminate(thrdInfo_t *pThis) { assert(pThis != NULL); -dbgprintf("Terminate thread %lx\n", pThis->thrdID); pthread_cancel(pThis->thrdID); pthread_join(pThis->thrdID, NULL); /* wait for cancel to complete */ pThis->bIsActive = 0; -- cgit