From: Tobias Brunner Date: Mon, 30 Aug 2010 08:48:09 +0000 (+0200) Subject: Fixed ME after introduction of AEAD wrapper. X-Git-Tag: 4.5.0~388 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fde2d34d0f49d2b4b352d1e0ba4b7c2a9b6a0f33;p=thirdparty%2Fstrongswan.git Fixed ME after introduction of AEAD wrapper. --- diff --git a/src/libcharon/sa/connect_manager.c b/src/libcharon/sa/connect_manager.c index fad0813b6e..8e8e19ba78 100644 --- a/src/libcharon/sa/connect_manager.c +++ b/src/libcharon/sa/connect_manager.c @@ -1357,7 +1357,7 @@ static void process_request(private_connect_manager_t *this, check_t *check, */ static void process_check(private_connect_manager_t *this, message_t *message) { - if (message->parse_body(message, NULL, NULL) != SUCCESS) + if (message->parse_body(message, NULL) != SUCCESS) { DBG1(DBG_IKE, "%N %s with message ID %d processing failed", exchange_type_names, message->get_exchange_type(message),