diff options
author | Martin Willi <martin@revosec.ch> | 2011-12-14 15:27:12 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-03-20 17:31:22 +0100 |
commit | 5f23be840bd90c874ca14a8a036cf8de647edc68 (patch) | |
tree | 94613f8d8c3919220843d0547cd8bf4592f2a78a /src/libcharon/sa/task_manager_v1.c | |
parent | 8db202f1b0d774e9f9b8d7d3047bb3bd282dbbb4 (diff) | |
download | strongswan-5f23be840bd90c874ca14a8a036cf8de647edc68.tar.bz2 strongswan-5f23be840bd90c874ca14a8a036cf8de647edc68.tar.xz |
Use the IKEv1 specific delete in IKEv1 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 baf7bb437..bdb55a07e 100755 --- a/src/libcharon/sa/task_manager_v1.c +++ b/src/libcharon/sa/task_manager_v1.c @@ -334,7 +334,7 @@ METHOD(task_manager_t, initiate, status_t, exchange = INFORMATIONAL_V1; new_mid = TRUE; } - if (activate_task(this, TASK_IKE_DELETE)) + if (activate_task(this, TASK_ISAKMP_DELETE)) { exchange = INFORMATIONAL_V1; new_mid = TRUE; |