diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-03 12:24:10 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-03 12:24:10 +0000 |
commit | 1db30ec757eabc4e3eb4df001fb0dd72495d40b0 (patch) | |
tree | c6be79258d239a16a6e01fc04a33aac6d40fa625 /Source/charon/linked_list.c | |
parent | 721983f58e3c1a462c07fe91f68add74efd65eb6 (diff) | |
download | strongswan-1db30ec757eabc4e3eb4df001fb0dd72495d40b0.tar.bz2 strongswan-1db30ec757eabc4e3eb4df001fb0dd72495d40b0.tar.xz |
Test for Linked List written
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 5f4574d20..50aa4bd07 100644 --- a/Source/charon/linked_list.c +++ b/Source/charon/linked_list.c @@ -247,7 +247,7 @@ static status_t destroy_linked_list(linked_list_t *linked_list) } } pfree(this); - return FAILED; + return SUCCESS; } |