diff options
author | Martin Willi <martin@revosec.ch> | 2011-12-14 16:39:44 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-03-20 17:31:22 +0100 |
commit | c459dae556f3d858dbde30a3b96924f747c8e6a8 (patch) | |
tree | ee6d294f14a40b8f5dbecc05df73310f4349cf07 /src/libcharon/sa/task_manager_v1.c | |
parent | 5f109385924f529a88951c0a6ae11f854bbddf1c (diff) | |
download | strongswan-c459dae556f3d858dbde30a3b96924f747c8e6a8.tar.bz2 strongswan-c459dae556f3d858dbde30a3b96924f747c8e6a8.tar.xz |
Use IKEv1 specific tasks to close Quick Mode SAs
Diffstat (limited to 'src/libcharon/sa/task_manager_v1.c')
-rwxr-xr-x | src/libcharon/sa/task_manager_v1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/sa/task_manager_v1.c b/src/libcharon/sa/task_manager_v1.c index 494fe84c3..2f905516d 100755 --- a/src/libcharon/sa/task_manager_v1.c +++ b/src/libcharon/sa/task_manager_v1.c @@ -339,7 +339,7 @@ METHOD(task_manager_t, initiate, status_t, exchange = INFORMATIONAL_V1; new_mid = TRUE; } - if (activate_task(this, TASK_CHILD_DELETE)) + if (activate_task(this, TASK_QUICK_DELETE)) { exchange = INFORMATIONAL_V1; new_mid = TRUE; |