More WTP functions.
FossilOrigin-Name: d911169da02fad41102ebdbd34b7533d78a39bb3c452d4174269ba7e3c825c53
This commit is contained in:
@ -163,6 +163,7 @@ int main (int argc, const char * argv[])
|
||||
DBGX("Attention! %s","DBGX is ON!");
|
||||
|
||||
cw_register_actions_cipwap_ac(&capwap_actions);
|
||||
//cw_register_actions_capwap_80211_ac(&capwap_actions);
|
||||
|
||||
|
||||
/*
|
||||
@ -177,13 +178,12 @@ int main (int argc, const char * argv[])
|
||||
|
||||
ac_global_init();
|
||||
|
||||
/*
|
||||
db_init();
|
||||
db_start();
|
||||
db_ping();
|
||||
pthread_t alth;
|
||||
pthread_create (&alth, NULL, alive_thread, (void *)0);
|
||||
*/
|
||||
|
||||
int rc=0;
|
||||
dtls_init();
|
||||
if (!socklist_init())
|
||||
|
Reference in New Issue
Block a user