From dec598220b9a293c4ec75e593ab642a8945fa4fc Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 23 Mar 2006 15:25:43 +0000 Subject: - rewrite of logger_manager, uses now one instance per context - cleanups for logger here and there - removed critical flag check in payload verification (conformance to IKEv2) - so thats and theres everywere... ;-) --- Source/charon/encoding/payloads/ts_payload.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Source/charon/encoding/payloads/ts_payload.c') 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 */ -- cgit v1.2.3