From 0b2b5b7606e3b6aaa44df4066ebfb5581ae5ef36 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 20 May 2014 12:03:27 -0400 Subject: Oops; permit rename with the correct filename --- src/or/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/or/main.c') diff --git a/src/or/main.c b/src/or/main.c index 361a5ef56..3e41154dc 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"); -- cgit v1.2.3