Remove trivial assertion

This commit is contained in:
vemax78
2013-11-06 18:14:08 +01:00
parent 590b7539bf
commit dbb8f2a621
2 changed files with 0 additions and 5 deletions

View File

@ -10,9 +10,6 @@ static int receive_echo_request(struct ac_session_t* session, struct capwap_pars
struct capwap_header_data capwapheader;
struct capwap_packet_txmng* txmngpacket;
ASSERT(session != NULL);
ASSERT(packet != NULL);
/* Check session */
response = ac_soap_checkwtpsession(session, session->wtpid);
if (response) {