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:
70fbe9d
)
Tweak a magic number
author
Kinsey Moore
<kmoore@digium.com>
Wed, 24 Jul 2013 17:33:45 +0000
(17:33 +0000)
committer
Kinsey Moore
<kmoore@digium.com>
Wed, 24 Jul 2013 17:33:45 +0000
(17:33 +0000)
(closes issue ASTERISK-22146)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395267
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
res/res_sip/sip_global_headers.c
patch
|
blob
|
history
diff --git
a/res/res_sip/sip_global_headers.c
b/res/res_sip/sip_global_headers.c
index
163fc02
..
5a47adb
100644
(file)
--- a/
res/res_sip/sip_global_headers.c
+++ b/
res/res_sip/sip_global_headers.c
@@
-34,7
+34,7
@@
static pj_status_t add_response_headers(pjsip_tx_data *tdata);
* headers to a request or response, we mark the message with this value
* so that we know not to re-add the headers again.
*/
-static unsigned int handled_id = 0xB000B1E5;
+static unsigned int handled_id = 0xCA115785;
static pjsip_module global_header_mod = {
.name = {"Global headers", 13},