strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- moved remove-method to iterator
[strongswan.git]
/
Source
/
charon
/
sa
/
ike_sa_manager.c
diff --git
a/Source/charon/sa/ike_sa_manager.c
b/Source/charon/sa/ike_sa_manager.c
index
55fd0fc
..
669bcec
100644
(file)
--- a/
Source/charon/sa/ike_sa_manager.c
+++ b/
Source/charon/sa/ike_sa_manager.c
@@
-335,7
+335,7
@@
static status_t delete_entry(private_ike_sa_manager_t *this, ike_sa_entry_t *ent
if (current == entry)
{
this->logger->log(this->logger,CONTROL | MOST,"Found entry by pointer. Going to delete it.");
-
list->remove(list,
iterator);
+
iterator->remove(
iterator);
entry->destroy(entry);
status = SUCCESS;
break;