diff options
author | Martin Willi <martin@revosec.ch> | 2010-07-26 12:05:04 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2010-07-26 13:53:53 +0200 |
commit | b2e447e24a95d9df6c5e188ecf92c29ef54a73cc (patch) | |
tree | 054d186233351734cc92e2806d47cd64c4d7b5c8 /src/libcharon/plugins/ha/ha_child.c | |
parent | aa334daa9bf3f87b4c8f0565a6f56d67da651316 (diff) | |
download | strongswan-b2e447e24a95d9df6c5e188ecf92c29ef54a73cc.tar.bz2 strongswan-b2e447e24a95d9df6c5e188ecf92c29ef54a73cc.tar.xz |
Pass the CREATE_CHILD_SA initiator flag to the child_keys parameter
Diffstat (limited to 'src/libcharon/plugins/ha/ha_child.c')
-rw-r--r-- | src/libcharon/plugins/ha/ha_child.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/ha/ha_child.c b/src/libcharon/plugins/ha/ha_child.c index 5a437c5ac..464353ee1 100644 --- a/src/libcharon/plugins/ha/ha_child.c +++ b/src/libcharon/plugins/ha/ha_child.c @@ -45,7 +45,7 @@ struct private_ha_child_t { METHOD(listener_t, child_keys, bool, private_ha_child_t *this, ike_sa_t *ike_sa, child_sa_t *child_sa, - diffie_hellman_t *dh, chunk_t nonce_i, chunk_t nonce_r) + bool initiator, diffie_hellman_t *dh, chunk_t nonce_i, chunk_t nonce_r) { ha_message_t *m; chunk_t secret; |