Ignore:
Timestamp:
Dec 1, 2010 8:53:52 AM (13 years ago)
Author:
nanang
Message:

Misc (re #1151): fixed pjsua_acc_config_dup(), some fields, i.e: contact_params, contact_uri_params, and auth_pref, were not duplicated properly (thanks Roman Grachev for the report and the patch).

File:
1 edited

Legend:

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

    r3144 r3377  
    207207 
    208208/** 
     209 * Duplicate a client authentication preference setting. 
     210 * 
     211 * @param pool      The memory pool. 
     212 * @param dst       Destination client authentication preference. 
     213 * @param src       Source client authentication preference. 
     214 */ 
     215PJ_DECL(void) pjsip_auth_clt_pref_dup(pj_pool_t *pool, 
     216                                      pjsip_auth_clt_pref *dst, 
     217                                      const pjsip_auth_clt_pref *src); 
     218 
     219 
     220/** 
    209221 * This structure describes client authentication sessions. It keeps 
    210222 * all the information needed to authorize the client against all downstream  
Note: See TracChangeset for help on using the changeset viewer.