More Cisco support (LWAPP)
FossilOrigin-Name: 0c04ab44846547da7a311be84cd0cc753ef61b5204ebbcea4b19408b8a7d3fe9
This commit is contained in:
@ -39,11 +39,11 @@ int join_state(struct conn * conn)
|
||||
|
||||
struct radioinfo *rip = &(wtpinfo->radioinfo[0]);
|
||||
|
||||
#ifdef WITH_CW_LOG_DEBUG
|
||||
char str[64];
|
||||
sock_addrtostr(&conn->addr,str,64);
|
||||
//#ifdef WITH_CW_LOG_DEBUG
|
||||
// char str[64];
|
||||
// sock_addrtostr(&conn->addr,str,64);
|
||||
// cw_log_debug0("Sending join request to %s",str);
|
||||
#endif
|
||||
//#endif
|
||||
printf("Seqnum before = %i\n",conn->seqnum);
|
||||
rc = cwsend_join_request(conn,rip,wtpinfo);
|
||||
printf("Seqnum after = %i\n",conn->seqnum);
|
||||
|
Reference in New Issue
Block a user