Ignore:
Timestamp:
Apr 11, 2016 3:22:30 AM (8 years ago)
Author:
riza
Message:

Re #1882 (misc): Incorrect use of pjsip_VIA_PARAM_SPEC on sip_parser.c. Thanks to George Joseph for the patch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/src/pjsip/sip_parser.c

    r5223 r5275  
    328328    status = pj_cis_dup(&pconst.pjsip_VIA_PARAM_SPEC_ESC, &pconst.pjsip_TOKEN_SPEC_ESC); 
    329329    PJ_ASSERT_RETURN(status == PJ_SUCCESS, status); 
    330     pj_cis_add_str(&pconst.pjsip_VIA_PARAM_SPEC, ":"); 
     330    pj_cis_add_str(&pconst.pjsip_VIA_PARAM_SPEC_ESC, ":"); 
    331331 
    332332    status = pj_cis_dup(&pconst.pjsip_HOST_SPEC, &pconst.pjsip_ALNUM_SPEC); 
Note: See TracChangeset for help on using the changeset viewer.