diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-03 14:50:02 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-03 14:50:02 +0000 |
commit | 3911f0755b98addb971f4edcf3d4d47a555fb795 (patch) | |
tree | 9431161e53b5a954100e26996cf2a785410ba656 /Source/charon/linked_list.c | |
parent | 3ad9390a61c0f86c3afa89564113a213b1f321d2 (diff) | |
download | strongswan-3911f0755b98addb971f4edcf3d4d47a555fb795.tar.bz2 strongswan-3911f0755b98addb971f4edcf3d4d47a555fb795.tar.xz |
- job_queue tested
Diffstat (limited to 'Source/charon/linked_list.c')
-rw-r--r-- | Source/charon/linked_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/linked_list.c b/Source/charon/linked_list.c index 0a84545ca..a0184a8db 100644 --- a/Source/charon/linked_list.c +++ b/Source/charon/linked_list.c @@ -118,7 +118,7 @@ static status_t remove_first(linked_list_t *linked_list, void **item) this->count--; - return element->destroy(element); + return (element->destroy(element)); } /** |