cv_get_str implemented
FossilOrigin-Name: 8da939c22b7f08734f45b0abe2e5b979fc609ed51596fd6d0665e13f33f210e1
This commit is contained in:
@ -95,6 +95,10 @@ acinfo.result_code=99;
|
||||
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
int run_join_d(struct conn * conn, struct sockaddr *sa)
|
||||
{
|
||||
char addrstr[SOCK_ADDR_BUFSIZE];
|
||||
@ -127,7 +131,7 @@ int run_join_d(struct conn * conn, struct sockaddr *sa)
|
||||
return -1;
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
cw_dbg(DBG_DTLS, "Establishing DTLS session with %s", sock_addr2str(sa, addrstr));
|
||||
|
||||
int dtls_conf_ok=0;
|
||||
@ -170,7 +174,7 @@ int run_join_d(struct conn * conn, struct sockaddr *sa)
|
||||
sock_addr2str(sa,addrstr));
|
||||
|
||||
|
||||
|
||||
*/
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
@ -9,6 +9,7 @@
|
||||
#include "cw/dbg.h"
|
||||
#include "cw/log.h"
|
||||
#include "cw/msgset.h"
|
||||
#include "cw/cw.h"
|
||||
|
||||
|
||||
#include "wtp.h"
|
||||
@ -153,7 +154,7 @@ int main (int argc, char **argv)
|
||||
conn->msgset=msgset;
|
||||
conn->local_cfg = global_cfg;
|
||||
conn->remote_cfg = NULL;
|
||||
conn->receiver = CW_RECEIVER_WTP;
|
||||
conn->receiver = CW_ROLE_WTP;
|
||||
conn->wbid=1;
|
||||
|
||||
struct cw_DiscoveryResult dis;
|
||||
|
Reference in New Issue
Block a user