This commit is contained in:
vemax78 2013-12-01 22:51:42 +01:00
parent 0fa34f80da
commit e095195c97

View File

@ -544,7 +544,6 @@ void ac_dfa_change_state(struct ac_session_t* session, int state) {
struct ac_soap_response* response; struct ac_soap_response* response;
/* */ /* */
capwap_itoa(SOAP_EVENT_STATUS_COMPLETE, buffer);
response = ac_soap_updatebackendevent(session, notify->idevent, capwap_itoa(SOAP_EVENT_STATUS_COMPLETE, buffer)); response = ac_soap_updatebackendevent(session, notify->idevent, capwap_itoa(SOAP_EVENT_STATUS_COMPLETE, buffer));
if (response) { if (response) {
ac_soapclient_free_response(response); ac_soapclient_free_response(response);