summaryrefslogtreecommitdiffstats
path: root/threads.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-06 11:20:36 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-06 11:20:36 +0000
commit52ac1ab34c257731efa237191ea765029d7fc8b5 (patch)
tree22972a2dd32818aa61dd414f064b517f113ee990 /threads.c
parent697efa964e697594a6df469c6958900136fc6881 (diff)
downloadrsyslog-52ac1ab34c257731efa237191ea765029d7fc8b5.tar.gz
rsyslog-52ac1ab34c257731efa237191ea765029d7fc8b5.tar.xz
rsyslog-52ac1ab34c257731efa237191ea765029d7fc8b5.zip
worked some more on HP UX - got it to compile and receive UDP messages
Diffstat (limited to 'threads.c')
-rw-r--r--threads.c1
1 files changed, 0 insertions, 1 deletions
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;