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/pjsua-lib/pjsua.h

    r6004 r6035  
    41774177 
    41784178    /** 
    4179      * An up to date expiration interval for account registration session. 
    4180      */ 
    4181     int                 expires; 
     4179     * An up to date expiration interval for account registration session, 
     4180     * PJSIP_EXPIRES_NOT_SPECIFIED if the account doesn't have reg session. 
     4181     */ 
     4182    unsigned            expires; 
    41824183 
    41834184    /** 
Note: See TracChangeset for help on using the changeset viewer.