[svn-commits] murf: branch murf/bug11210 r103830 - /team/murf/bug11210/channels/chan_iax2.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Feb 19 16:18:02 CST 2008


Author: murf
Date: Tue Feb 19 16:18:01 2008
New Revision: 103830

URL: http://svn.digium.com/view/asterisk?view=rev&rev=103830
Log:
oops. Let's keep REF_DEBUG off by default in chan_iax.c

Modified:
    team/murf/bug11210/channels/chan_iax2.c

Modified: team/murf/bug11210/channels/chan_iax2.c
URL: http://svn.digium.com/view/asterisk/team/murf/bug11210/channels/chan_iax2.c?view=diff&rev=103830&r1=103829&r2=103830
==============================================================================
--- team/murf/bug11210/channels/chan_iax2.c (original)
+++ team/murf/bug11210/channels/chan_iax2.c Tue Feb 19 16:18:01 2008
@@ -92,7 +92,7 @@
   might be crashes during the destruction of astobj2 objects, which could
   be a symptom of the object being destroyed multiple times.
 */
-#define  REF_DEBUG 1
+/* #define  REF_DEBUG 1 */
 #include "asterisk/astobj2.h"
 
 #include "iax2.h"




More information about the svn-commits mailing list