tmp some debug prints...
FossilOrigin-Name: 311aafde6350c9399cda9e3296e4bdada1278afecb8a0405a85ca36468994e1b
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
#include "cw/capwap.h"
|
||||
#include "cw/conn.h"
|
||||
#include "cw/log.h"
|
||||
#include "cw/mbag.h"
|
||||
|
||||
#include "wtp_interface.h"
|
||||
#include "cfg.h"
|
||||
@ -10,8 +11,13 @@ int configure()
|
||||
{
|
||||
|
||||
struct conn *conn = get_conn();
|
||||
|
||||
mbag_del_all(conn->incomming);
|
||||
|
||||
int rc = cw_send_request(conn, CW_MSG_CONFIGURATION_STATUS_REQUEST);
|
||||
|
||||
printf("Configure RC: %d\n",rc);
|
||||
|
||||
if (!cw_rcok(rc)) {
|
||||
if (rc > 0) {
|
||||
cw_log(LOG_ERR,
|
||||
|
Reference in New Issue
Block a user