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
removed iterator hook for replace
[strongswan.git]
/
src
/
libstrongswan
/
utils
/
linked_list.c
diff --git
a/src/libstrongswan/utils/linked_list.c
b/src/libstrongswan/utils/linked_list.c
index
4aea690
..
daf07e2
100644
(file)
--- a/
src/libstrongswan/utils/linked_list.c
+++ b/
src/libstrongswan/utils/linked_list.c
@@
-305,7
+305,7
@@
static status_t replace(private_iterator_t *this, void **old_item, void *new_ite
}
if (old_item != NULL)
{
- *old_item = this->
hook(this->current->value)
;
+ *old_item = this->
current->value
;
}
this->current->value = new_item;