Work in progress on auto detect features
FossilOrigin-Name: 7137fe2c4ac7d65ab7b0a5dfaa4195dd03706eee62763c1c2f09139388cc4443
This commit is contained in:
@ -91,10 +91,16 @@ int do_connect(void *priv,void *data)
|
||||
|
||||
int wtp_main(const char *ad)
|
||||
{
|
||||
|
||||
wtpconf_preinit();
|
||||
|
||||
if (!read_config("wtp.conf")){
|
||||
return 1;
|
||||
}
|
||||
cw_log_debug_level=conf_debug_level;
|
||||
|
||||
wtpconf_init();
|
||||
|
||||
cw_log_debug_level=2; //conf_debug_level;
|
||||
|
||||
#ifdef WITH_DTLS
|
||||
dtls_init();
|
||||
|
Reference in New Issue
Block a user