mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
Don't remove IETF standard errors while parsing IMC/IMV messages
This commit is contained in:
parent
18bb1a1540
commit
fdce28c49c
@ -388,10 +388,6 @@ METHOD(pa_tnc_msg_t, process_ietf_std_errors, bool,
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
/* remove and delete the processed IETF standard error attribute */
|
||||
this->attributes->remove_at(this->attributes, enumerator);
|
||||
attr->destroy(attr);
|
||||
fatal_error = TRUE;
|
||||
}
|
||||
}
|
||||
|
@ -65,7 +65,7 @@ struct pa_tnc_msg_t {
|
||||
status_t (*process)(pa_tnc_msg_t *this);
|
||||
|
||||
/**
|
||||
* Process and remove all IETF standard error PA-TNC attributes
|
||||
* Process all IETF standard error PA-TNC attributes
|
||||
*
|
||||
* @return TRUE if at least one error attribute processed
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user