[asterisk-commits] kmoore: trunk r395267 - /trunk/res/res_sip/sip_global_headers.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jul 24 12:33:46 CDT 2013
Author: kmoore
Date: Wed Jul 24 12:33:45 2013
New Revision: 395267
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=395267
Log:
Tweak a magic number
(closes issue ASTERISK-22146)
Modified:
trunk/res/res_sip/sip_global_headers.c
Modified: trunk/res/res_sip/sip_global_headers.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_sip/sip_global_headers.c?view=diff&rev=395267&r1=395266&r2=395267
==============================================================================
--- trunk/res/res_sip/sip_global_headers.c (original)
+++ trunk/res/res_sip/sip_global_headers.c Wed Jul 24 12:33:45 2013
@@ -34,7 +34,7 @@
* 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},
More information about the asterisk-commits
mailing list