aboutsummaryrefslogtreecommitdiff
path: root/src/or/ext_orport.c
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2012-12-05 19:19:24 +0200
committerNick Mathewson <nickm@torproject.org>2013-07-18 14:59:56 -0400
commitc46f1b810dab79514d650f44ccf21ca4d24a20d5 (patch)
tree6a8668bce4ceb5f49393ae7baab53262bdafc430 /src/or/ext_orport.c
parentd8f74cc439ad025cc52aea8495705096d6538029 (diff)
downloadtor-c46f1b810dab79514d650f44ccf21ca4d24a20d5.tar
tor-c46f1b810dab79514d650f44ccf21ca4d24a20d5.tar.gz
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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/ext_orport.c b/src/or/ext_orport.c
index 18ee5ab65..f44a3f5d5 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];