mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-05 20:20:07 +00:00
Tweak a magic number
(closes issue ASTERISK-22146) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395267 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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},
|
||||
|
Reference in New Issue
Block a user