Ignore:
Timestamp:
Sep 9, 2006 1:23:09 PM (18 years ago)
Author:
bennylp
Message:

Fix compilation error when PJSIP_AUTH_HEADER_CACHING and PJSIP_AUTH_AUTO_SEND_NEXT is disabled, and set the default for both to disabled. Also fixed the error message in pjsua when invalid arguments are specified.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsip/sip_auth.h

    r622 r695  
    118118    pj_str_t                     cnonce;    /**< Cnonce value.              */ 
    119119#endif 
    120 #if PJSIP_AUTH_AUTO_SEND_NEXT 
    121120    pjsip_www_authenticate_hdr  *last_chal; /**< Last challenge seen.       */ 
    122 #endif 
    123121#if PJSIP_AUTH_HEADER_CACHING 
    124122    pjsip_cached_auth_hdr        cached_hdr;/**< List of cached header for 
Note: See TracChangeset for help on using the changeset viewer.