diff options
author | George Kadianakis <desnacked@riseup.net> | 2012-12-05 19:16:04 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-07-18 14:59:56 -0400 |
commit | 2207525a69702a13ad0b3c0346b8c3fdb90824c0 (patch) | |
tree | b674551c82d28aef3049a865ddfa55315d27b9a0 /src/or/config.c | |
parent | e2e0d09dab0490724555d5c67c2a1d27fd5199c4 (diff) | |
download | tor-2207525a69702a13ad0b3c0346b8c3fdb90824c0.tar.gz tor-2207525a69702a13ad0b3c0346b8c3fdb90824c0.zip |
Satisfy check-spaces.
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 6dad0194e7..19da45a63b 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -1474,7 +1474,7 @@ options_act(const or_options_t *old_options) return -1; } - if (init_control_auth_cookie_authentication(options->CookieAuthentication) < 0) { + if (init_control_cookie_authentication(options->CookieAuthentication) < 0) { log_warn(LD_CONFIG,"Error creating control cookie authentication file."); return -1; } |