summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerry Wilson <twilson@digium.com>2011-05-11 18:52:53 +0000
committerTerry Wilson <twilson@digium.com>2011-05-11 18:52:53 +0000
commit475c264bd2d85703fd21b6f5fc05b79107ca8b0b (patch)
tree4982590ccdd29e2cd18b8b3e130f88d60a0fd99d
parentda4016544edb353915db85ca8e9b74dfcb4e12aa (diff)
Merged revisions 318550 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8 ........ r318550 | twilson | 2011-05-11 13:47:33 -0500 (Wed, 11 May 2011) | 2 lines Comment out the REF_DEBUG that slipped in during debugging ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@318552 65c4cc65-6c06-0410-ace0-fbb531ad65f3
-rw-r--r--channels/chan_sip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_sip.c b/channels/chan_sip.c
index 394a5f1ba..df6ae9e28 100644
--- a/channels/chan_sip.c
+++ b/channels/chan_sip.c
@@ -228,7 +228,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
In normal operation, the macros defined will throw away the tags, so they do not
affect the speed of the program at all. They can be considered to be documentation.
*/
-#define REF_DEBUG 1
+/* #define REF_DEBUG 1 */
#include "asterisk/lock.h"
#include "asterisk/config.h"
#include "asterisk/module.h"