From 3ed38e37eafd76b8efcf36fe69adcd3c96847db8 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 18 Feb 2014 01:33:17 +0000 Subject: Misc (re #1630): fixed failure to recognize short representation of Event header git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4747 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip/src/pjsip-simple/evsub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pjsip/src/pjsip-simple/evsub.c b/pjsip/src/pjsip-simple/evsub.c index 55bcda12..530f418e 100644 --- a/pjsip/src/pjsip-simple/evsub.c +++ b/pjsip/src/pjsip-simple/evsub.c @@ -252,7 +252,7 @@ struct dlgsub /* Static vars. */ static const pj_str_t STR_EVENT = { "Event", 5 }; -static const pj_str_t STR_EVENT_S = { "Event", 5 }; +static const pj_str_t STR_EVENT_S = { "o", 1 }; static const pj_str_t STR_SUB_STATE = { "Subscription-State", 18 }; static const pj_str_t STR_TERMINATED = { "terminated", 10 }; static const pj_str_t STR_ACTIVE = { "active", 6 }; -- cgit v1.2.3