diff options
author | Martin Willi <martin@revosec.ch> | 2014-10-27 14:03:32 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2015-02-20 13:34:50 +0100 |
commit | 971a91685da640363651e7a9a9edb9dfd94b7fe5 (patch) | |
tree | 475ebd5150fcc4eaec2c0eeaeaa6838110ec328f /src/conftest | |
parent | e4a131b1cee111622c95e856809982c66cf8806c (diff) | |
download | strongswan-971a91685da640363651e7a9a9edb9dfd94b7fe5.tar.bz2 strongswan-971a91685da640363651e7a9a9edb9dfd94b7fe5.tar.xz |
controller: Use the CHILD_SA unique_id to terminate CHILD_SAs
Diffstat (limited to 'src/conftest')
-rw-r--r-- | src/conftest/actions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conftest/actions.c b/src/conftest/actions.c index 7532e95cf..3f937b118 100644 --- a/src/conftest/actions.c +++ b/src/conftest/actions.c @@ -236,7 +236,7 @@ static job_requeue_t close_child(char *config) { if (streq(config, child_sa->get_name(child_sa))) { - id = child_sa->get_reqid(child_sa); + id = child_sa->get_unique_id(child_sa); break; } } |