Ignore:
Timestamp:
Oct 22, 2009 1:10:58 AM (15 years ago)
Author:
bennylp
Message:

Fixed ticket #979: Crash when printing Retry-After header (thanks Andrey Kovalenko for the report)

File:
1 edited

Legend:

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

    r2903 r2961  
    17201720    init_hdr(hdr, PJSIP_H_RETRY_AFTER, &retry_after_hdr_vptr); 
    17211721    hdr->ivalue = value; 
     1722    hdr->comment.slen = 0; 
    17221723    pj_list_init(&hdr->param); 
    17231724    return hdr; 
Note: See TracChangeset for help on using the changeset viewer.