projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
bd10c86
)
Tweak another magic number
author
Kinsey Moore
<kmoore@digium.com>
Wed, 24 Jul 2013 18:08:19 +0000
(18:08 +0000)
committer
Kinsey Moore
<kmoore@digium.com>
Wed, 24 Jul 2013 18:08:19 +0000
(18:08 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395271
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/res_sip.c
patch
|
blob
|
history
diff --git
a/res/res_sip.c
b/res/res_sip.c
index
d904165
..
30724ae
100644
(file)
--- a/
res/res_sip.c
+++ b/
res/res_sip.c
@@
-1634,7
+1634,7
@@
static void stop_monitor_thread(void)
AST_THREADSTORAGE(pj_thread_storage);
AST_THREADSTORAGE(servant_id_storage);
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)
{
static void sip_thread_start(void)
{