summaryrefslogtreecommitdiff
path: root/res/res_sip/sip_global_headers.c
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_sip/sip_global_headers.c')
-rw-r--r--res/res_sip/sip_global_headers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_sip/sip_global_headers.c b/res/res_sip/sip_global_headers.c
index 163fc0266..5a47adb0b 100644
--- 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},