diff options
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]; |