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.h

    r5558 r6035  
    364364 * @param expires       Subscription expiration. If the value is set to zero, 
    365365 *                      this will request unsubscription. If the value is 
    366  *                      negative, default expiration as defined by the package 
    367  *                      will be used. 
     366 *                      PJSIP_EXPIRES_NOT_SPECIFIED, default expiration 
     367 *                      as defined by the package will be used. 
    368368 * @param p_tdata       Pointer to receive the request. 
    369369 * 
     
    372372PJ_DECL(pj_status_t) pjsip_evsub_initiate( pjsip_evsub *sub, 
    373373                                           const pjsip_method *method, 
    374                                            pj_int32_t expires, 
     374                                           pj_uint32_t expires, 
    375375                                           pjsip_tx_data **p_tdata); 
    376376 
Note: See TracChangeset for help on using the changeset viewer.