diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-17 14:25:03 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-17 14:25:03 +0000 |
commit | 49a69999a26e2fa3c1fb899e777f430b4cceb64d (patch) | |
tree | 1a1472bb6f507b5b23b4e6dc7406f5cadba034f8 /Source/charon/message.c | |
parent | b643c81c6364539966198a782fce9a21761cf5f7 (diff) | |
download | strongswan-49a69999a26e2fa3c1fb899e777f430b4cceb64d.tar.bz2 strongswan-49a69999a26e2fa3c1fb899e777f430b4cceb64d.tar.xz |
Diffstat (limited to 'Source/charon/message.c')
-rw-r--r-- | Source/charon/message.c | 3 |
1 files changed, 1 insertions, 2 deletions
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; } |