mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Merge remote-tracking branch 'origin/maint-0.2.7'
This commit is contained in:
commit
35edd74e25
@ -130,7 +130,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>
|
||||
|
Loading…
Reference in New Issue
Block a user