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/control.c | |
parent | e2e0d09dab0490724555d5c67c2a1d27fd5199c4 (diff) | |
download | tor-2207525a69702a13ad0b3c0346b8c3fdb90824c0.tar.gz tor-2207525a69702a13ad0b3c0346b8c3fdb90824c0.zip |
Satisfy check-spaces.
Diffstat (limited to 'src/or/control.c')
-rw-r--r-- | src/or/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/control.c b/src/or/control.c index e83a8e08cd..faf794204b 100644 --- a/src/or/control.c +++ b/src/or/control.c @@ -4451,7 +4451,7 @@ get_cookie_file(void) * authorized to use the control connection. Return -1 if we can't * write the file, or 0 on success. */ int -init_control_auth_cookie_authentication(int enabled) +init_control_cookie_authentication(int enabled) { char *fname; if (!enabled) { |