Tweak another magic number

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395271 65c4cc65-6c06-0410-ace0-fbb531ad65f3
changes/78/78/1
Kinsey Moore 13 years ago
parent bd10c86c64
commit 81994949a9

@ -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)
{

Loading…
Cancel
Save