tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 09b3cb0d72d64547380ec98ebfa4823d2b01334a
parent 13034e1574bf5ee8c7bacba2c1c19a4a8adc8de8
Author: Nick Mathewson <nickm@torproject.org>
Date:   Fri, 19 May 2017 16:02:58 -0400

Whoops; I broke check-spaces.

Diffstat:
Msrc/test/test_config.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/test/test_config.c b/src/test/test_config.c @@ -5174,7 +5174,6 @@ test_config_include_path_syntax(void *data) tt_int_op(mkdir(dir, 0700), OP_EQ, 0); #endif - esc_dir = esc_for_log(dir); tor_asprintf(&dir_with_pathsep, "%s%s", dir, PATH_SEPARATOR); esc_dir_with_pathsep = esc_for_log(dir_with_pathsep);