diff options
author | George Kadianakis <desnacked@riseup.net> | 2012-12-05 19:19:24 +0200 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-07-18 14:59:56 -0400 |
commit | c46f1b810dab79514d650f44ccf21ca4d24a20d5 (patch) | |
tree | 6a8668bce4ceb5f49393ae7baab53262bdafc430 /src/or/ext_orport.c | |
parent | d8f74cc439ad025cc52aea8495705096d6538029 (diff) | |
download | tor-c46f1b810dab79514d650f44ccf21ca4d24a20d5.tar.gz tor-c46f1b810dab79514d650f44ccf21ca4d24a20d5.zip |
More Extended ORPort code improvements.
* Change name of init_ext_or_auth_cookie_authentication().
* Add a small comment.
Diffstat (limited to 'src/or/ext_orport.c')
-rw-r--r-- | src/or/ext_orport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/ext_orport.c b/src/or/ext_orport.c index 18ee5ab651..f44a3f5d51 100644 --- a/src/or/ext_orport.c +++ b/src/or/ext_orport.c @@ -128,7 +128,7 @@ get_ext_or_auth_cookie_file(void) * authorized to use the control connection. Return -1 if we can't * write the file, or 0 on success. */ int -init_ext_or_auth_cookie_authentication(int is_enabled) +init_ext_or_cookie_authentication(int is_enabled) { char *fname; char cookie_file_string[EXT_OR_PORT_AUTH_COOKIE_FILE_LEN]; |