Ignore:
Timestamp:
Jul 1, 2019 7:12:43 AM (5 years ago)
Author:
ming
Message:

Fixed #2209: Insufficient variable storage to contain Expires header field/ parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip-simple/evsub_msg.h

    r3553 r6035  
    8989    pj_str_t        sub_state;          /**< Subscription state. */ 
    9090    pj_str_t        reason_param;       /**< Optional termination reason. */ 
    91     int             expires_param;      /**< Expires param, or -1. */ 
     91    unsigned        expires_param;      /**< Expires param, or 
     92                                             PJSIP_EXPIRES_NOT_SPECIFIED. */ 
    9293    int             retry_after;        /**< Retry after param, or -1. */ 
    9394    pjsip_param     other_param;        /**< Other parameters. */ 
Note: See TracChangeset for help on using the changeset viewer.