[asterisk-commits] mmichelson: branch mmichelson/threadpool r376560 - /team/mmichelson/threadpoo...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Nov 20 13:23:59 CST 2012


Author: mmichelson
Date: Tue Nov 20 13:23:55 2012
New Revision: 376560

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=376560
Log:
Remove extra ast_backtrace() call I had in while debugging.


Modified:
    team/mmichelson/threadpool/main/astobj2.c

Modified: team/mmichelson/threadpool/main/astobj2.c
URL: http://svnview.digium.com/svn/asterisk/team/mmichelson/threadpool/main/astobj2.c?view=diff&rev=376560&r1=376559&r2=376560
==============================================================================
--- team/mmichelson/threadpool/main/astobj2.c (original)
+++ team/mmichelson/threadpool/main/astobj2.c Tue Nov 20 13:23:55 2012
@@ -431,7 +431,6 @@
 	int ret;
 
 	if (obj == NULL) {
-		ast_backtrace();
 		ast_assert(0);
 		return -1;
 	}




More information about the asterisk-commits mailing list