diff --git a/Source/charon/message.c b/Source/charon/message.c index 9d9f0b05b..d30648fca 100644 --- a/Source/charon/message.c +++ b/Source/charon/message.c @@ -701,8 +701,7 @@ static status_t parse_body (private_message_t *this) } iterator->destroy(iterator); } - return status; - + return status; }