some improvements to support Cisco.
FossilOrigin-Name: 9f0d9e58d55f90bd2020ef622b2501bccbb6038972c04550cb06248139b080c5
This commit is contained in:
@ -505,9 +505,6 @@ static int wtpman_establish_dtls(void *arg)
|
||||
fwrite(cert.data,1,cert.size,f);
|
||||
|
||||
|
||||
exit(0);
|
||||
|
||||
// dtls_get_peers_cert(cert_len,&cert_len);
|
||||
|
||||
return 1;
|
||||
}
|
||||
@ -601,6 +598,7 @@ static void wtpman_run(void *arg)
|
||||
return;
|
||||
}
|
||||
|
||||
exit(0);
|
||||
|
||||
switch (cwrmsg->type){
|
||||
case CWMSG_CHANGE_STATE_EVENT_REQUEST:
|
||||
|
Reference in New Issue
Block a user