Skip to content
Snippets Groups Projects
Commit a4f5d2c2 authored by Richard Mudgett's avatar Richard Mudgett
Browse files

Restore alternate SIG_PRI_DEBUG_DEFAULT meaning.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@354174 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 49ed50d8
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
#if 0 #if 0
/*! PRI debug message flags set on initial startup. */ /*! PRI debug message flags set on initial startup. */
#define SIG_PRI_DEBUG_DEFAULT SIG_PRI_DEBUG_NORMAL #define SIG_PRI_DEBUG_DEFAULT (SIG_PRI_DEBUG_NORMAL | PRI_DEBUG_Q931_DUMP)
#else #else
/*! PRI debug message flags set on initial startup. */ /*! PRI debug message flags set on initial startup. */
#define SIG_PRI_DEBUG_DEFAULT 0 #define SIG_PRI_DEBUG_DEFAULT 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment