X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=lib%2Fsilcapputil%2Fsilcidcache.c;h=e2a7d8bb874bc70d69f0cc58b4843079697d29ac;hb=069e1969a3c2593056ecd1221e7df8bd52ede13f;hp=831970d5dd940e3b298795f8863e2fbbe91b396a;hpb=2d53ba023e9b2eb6dbc52765b880090aa9354cf8;p=silc.git diff --git a/lib/silcapputil/silcidcache.c b/lib/silcapputil/silcidcache.c index 831970d5..e2a7d8bb 100644 --- a/lib/silcapputil/silcidcache.c +++ b/lib/silcapputil/silcidcache.c @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 2000 - 2007 Pekka Riikonen + Copyright (C) 2000 - 2008 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -55,7 +55,7 @@ static void silc_idcache_destructor(SilcIDCache cache, void *app_context) { if (cache->destructor) - cache->destructor(cache, entry, cache->destructor, app_context); + cache->destructor(cache, entry, cache->context, app_context); memset(entry, 'F', sizeof(*entry)); silc_free(entry);