Changeset 5089


Ignore:
Timestamp:
May 11, 2015 3:26:30 AM (9 years ago)
Author:
ming
Message:

Re #1843 (misc): Fix pjsip_tls_setting_copy to copy the ca_list_path field as well (thanks to Michele Cicciotti for the patch)

File:
1 edited

Legend:

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

    r4973 r5089  
    289289    pj_memcpy(dst, src, sizeof(*dst)); 
    290290    pj_strdup_with_null(pool, &dst->ca_list_file, &src->ca_list_file); 
     291    pj_strdup_with_null(pool, &dst->ca_list_path, &src->ca_list_path); 
    291292    pj_strdup_with_null(pool, &dst->cert_file, &src->cert_file); 
    292293    pj_strdup_with_null(pool, &dst->privkey_file, &src->privkey_file); 
Note: See TracChangeset for help on using the changeset viewer.