Tweak another magic number

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395271 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kinsey Moore
2013-07-24 18:08:19 +00:00
parent bd10c86c64
commit 81994949a9

View File

@@ -1634,7 +1634,7 @@ static void stop_monitor_thread(void)
AST_THREADSTORAGE(pj_thread_storage);
AST_THREADSTORAGE(servant_id_storage);
#define SIP_SERVANT_ID 0xDEFECA7E
#define SIP_SERVANT_ID 0x5E2F1D
static void sip_thread_start(void)
{