diff --git a/src/cw/cw_in_check_disc_resp.c b/src/cw/cw_in_check_disc_resp.c index 566b2cde..f1a68ae9 100644 --- a/src/cw/cw_in_check_disc_resp.c +++ b/src/cw/cw_in_check_disc_resp.c @@ -11,13 +11,13 @@ int cw_in_check_disc_resp(struct conn *conn, struct cw_action_in *a, uint8_t * d int len,struct sockaddr *from) { cw_action_in_t *mlist[20]; - int n = cw_check_missing_mand(mlist, conn, a); +// int n = cw_check_missing_mand(mlist, conn, a); //cw_dbg(DBG_INFO,"This response came from: %s",sock_addr2str(&conn->addr)); /* if mandatory elements are missing, ignore this response */ - if (n && conn->strict_capwap) { +/* if (n && conn->strict_capwap) { cw_dbg_missing_mand(DBG_MSG_ERR, conn, mlist, n, a); cw_dbg(DBG_MSG_ERR, "Ignoring Discovery Response from %s - missing mandatory elements.", @@ -28,7 +28,7 @@ int cw_in_check_disc_resp(struct conn *conn, struct cw_action_in *a, uint8_t * d if (n) { cw_dbg_missing_mand(DBG_RFC, conn, mlist, n, a); } - +*/ /* we have all AC information in the incomming buffer */ mbag_t discs;