[PATCH] SHUTDOWN: Don't call pthread_exit() to prevent call to dlopen().

Dominik Vogt dvogt at ffm.tc.iot.dtag.de
Tue Aug 10 09:30:27 CEST 2010


---
 src/uxsnmp.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/uxsnmp.cpp b/src/uxsnmp.cpp
index 011eb24..8855dd8 100644
--- a/src/uxsnmp.cpp
+++ b/src/uxsnmp.cpp
@@ -2373,7 +2373,7 @@ void* Snmp::process_thread(void *arg)
 #if defined (CPU) && CPU == PPC603
 	exit(0);
 #else
-    pthread_exit(0);
+    // just return
 #endif
 #endif
 #endif
-- 
1.5.5.6


--HlL+5n6rz5pIUxbD--



More information about the AGENTPP mailing list