diff options
Diffstat (limited to 'Source/charon/encoding/payloads/ts_payload.c')
-rw-r--r-- | Source/charon/encoding/payloads/ts_payload.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Source/charon/encoding/payloads/ts_payload.c b/Source/charon/encoding/payloads/ts_payload.c index 4bc6ccbc8..33a0cdab8 100644 --- a/Source/charon/encoding/payloads/ts_payload.c +++ b/Source/charon/encoding/payloads/ts_payload.c @@ -130,11 +130,6 @@ static status_t verify(private_ts_payload_t *this) iterator_t *iterator; status_t status = SUCCESS; - if (this->critical) - { - /* critical bit is set! */ - return FAILED; - } if (this->number_of_traffic_selectors != (this->traffic_selectors->get_count(this->traffic_selectors))) { /* must be the same */ |