From: Nick Mathewson Date: Tue, 20 May 2014 16:03:27 +0000 (-0400) Subject: Oops; permit rename with the correct filename X-Git-Tag: tor-0.2.5.5-alpha~55 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b2b5b7606e3b6aaa44df4066ebfb5581ae5ef36;p=thirdparty%2Ftor.git Oops; permit rename with the correct filename --- diff --git a/src/or/main.c b/src/or/main.c index 361a5ef562..3e41154dc1 100644 --- a/src/or/main.c +++ b/src/or/main.c @@ -2852,7 +2852,7 @@ sandbox_init_filter(void) RENAME_SUFFIX2("keys", "secret_id_key.old", ".tmp"); RENAME_SUFFIX2("keys", "secret_onion_key", ".tmp"); RENAME_SUFFIX2("keys", "secret_onion_key.old", ".tmp"); - RENAME_SUFFIX2("stats", "bridge_stats", ".tmp"); + RENAME_SUFFIX2("stats", "bridge-stats", ".tmp"); RENAME_SUFFIX("hashed-fingerprint", ".tmp"); RENAME_SUFFIX("router-stability", ".tmp");