Ignore:
Timestamp:
Aug 15, 2019 5:11:41 AM (5 years ago)
Author:
nanang
Message:

Close #2219: Initialize enum fields in PJSUA2 objects.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip/include/pjsua2/endpoint.hpp

    r6026 r6051  
    131131    pj_ssl_cert_name_type  type;            /**< Name type              */ 
    132132    string                 name;            /**< The name               */ 
     133 
     134public: 
     135    /** 
     136     * Default constructor 
     137     */ 
     138    SslCertName() : type(PJ_SSL_CERT_NAME_UNKNOWN) 
     139    {} 
    133140}; 
    134141 
     
    341348     */ 
    342349    unsigned        restartLisDelay; 
     350 
    343351public: 
    344352    /** 
Note: See TracChangeset for help on using the changeset viewer.