add support for CAPWAP IEEE 802.11 Information Element

This commit is contained in:
Andreas Schultz
2016-02-29 14:32:02 +01:00
parent 9fee37a994
commit e4a5abba65
8 changed files with 200 additions and 48 deletions

View File

@ -431,7 +431,6 @@ int sc_capwap_create(struct sc_capwap_session *session)
goto error;
return err;
error:
if (session->socket)
udp_tunnel_sock_release(session->socket);