Ignore:
Timestamp:
Jun 24, 2016 1:03:25 PM (8 years ago)
Author:
nanang
Message:

Fix #1938: Wrong registration renewal flag info in PJSUA registration callback when unregistration fails.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip-ua/sip_regc.h

    r4586 r5356  
    7878    int                  contact_cnt;/**<Number of contacts in response.    */ 
    7979    pjsip_contact_hdr   *contact[PJSIP_REGC_MAX_CONTACT]; /**< Contacts.    */ 
     80    pj_bool_t            is_unreg;  /**< Expire header, if any, set to zero?*/ 
    8081}; 
    8182 
Note: See TracChangeset for help on using the changeset viewer.