Fix management controlip message element into discovery state

This commit is contained in:
vemax78
2013-06-09 21:46:38 +02:00
parent 794a8e72d2
commit 00cd4f8511
2 changed files with 9 additions and 2 deletions

View File

@ -203,6 +203,9 @@ static void ac_discovery_run(void) {
if (!capwap_validate_parsed_packet(&packet, NULL)) {
struct capwap_packet_txmng* txmngpacket;
/* */
capwap_logging_debug("Receive discovery request packet");
/* Creare discovery response */
txmngpacket = ac_create_discovery_response(&packet);
if (txmngpacket) {