From 1db30ec757eabc4e3eb4df001fb0dd72495d40b0 Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Thu, 3 Nov 2005 12:24:10 +0000 Subject: Test for Linked List written --- Source/charon/linked_list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/charon/linked_list.c') 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; } -- cgit v1.2.3