From: Andreas Steffen Date: Mon, 25 Oct 2010 17:31:07 +0000 (+0200) Subject: payloads are not aligned to 4 byte boundaries X-Git-Tag: 4.5.0~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f2c32835519b31ac5a30c95de2102086dec3cf8;p=thirdparty%2Fstrongswan.git payloads are not aligned to 4 byte boundaries --- diff --git a/src/pluto/modecfg.c b/src/pluto/modecfg.c index 0d0cd899cf..a2acce23a6 100644 --- a/src/pluto/modecfg.c +++ b/src/pluto/modecfg.c @@ -419,7 +419,7 @@ static stf_status modecfg_build_msg(struct state *st, pb_stream *rbody, close_output_pbs(&attrval); } enumerator->destroy(enumerator); - close_message(&strattr); + close_output_pbs(&strattr); modecfg_hash(r_hashval, r_hash_start, rbody->cur, st); close_message(rbody);