aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2010-10-25 19:31:07 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2010-10-25 19:31:07 +0200
commit1f2c32835519b31ac5a30c95de2102086dec3cf8 (patch)
treef0ec1a5489f3f5acd802cefd7bf2c058b9dd8d1a /src/pluto
parentfd459a8f450b686091db3762aa69b3db5d01295f (diff)
downloadstrongswan-1f2c32835519b31ac5a30c95de2102086dec3cf8.tar.bz2
strongswan-1f2c32835519b31ac5a30c95de2102086dec3cf8.tar.xz
payloads are not aligned to 4 byte boundaries
Diffstat (limited to 'src/pluto')
-rw-r--r--src/pluto/modecfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/modecfg.c b/src/pluto/modecfg.c
index 0d0cd899c..a2acce23a 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);