mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-17 07:18:15 +00:00
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:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user