]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Whoops; infinite recursion
authorNick Mathewson <nickm@torproject.org>
Wed, 21 Oct 2015 14:56:27 +0000 (10:56 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 21 Oct 2015 14:56:27 +0000 (10:56 -0400)
src/or/rendcache.c

index 93f4440193d00ef4ca16e3ad268105c1baea16c0..d4bdd68698ccc035100a355b3637799db6670f6d 100644 (file)
@@ -125,7 +125,7 @@ rend_cache_failure_intro_entry_free(rend_cache_failure_intro_t *entry)
 static void
 rend_cache_failure_intro_entry_free_(void *entry)
 {
-  rend_cache_failure_intro_entry_free_(entry);
+  rend_cache_failure_intro_entry_free(entry);
 }
 
 /** Allocate a rend cache failure intro object and return it. <b>failure</b>