[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [tor/master] Oops; permit rename with the correct filename



commit 0b2b5b7606e3b6aaa44df4066ebfb5581ae5ef36
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date:   Tue May 20 12:03:27 2014 -0400

    Oops; permit rename with the correct filename
---
 src/or/main.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/or/main.c b/src/or/main.c
index 361a5ef..3e41154 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");
 

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits