diff options
author | Roger Dingledine <arma@torproject.org> | 2007-08-16 19:27:31 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-08-16 19:27:31 +0000 |
commit | 2df9bb937d94697eda4af74c92e534f07278a857 (patch) | |
tree | f302566d60669483e2bfd1930e0f130ae6ac4dfb /src/or/config.c | |
parent | 718953dbe97446e0c2b4b1ccae3b2be0d36473a1 (diff) | |
download | tor-2df9bb937d94697eda4af74c92e534f07278a857.tar.gz tor-2df9bb937d94697eda4af74c92e534f07278a857.zip |
clean up the cookieauth stuff
svn:r11146
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/config.c b/src/or/config.c index 2ee672384f..e76db2cfdb 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -152,9 +152,8 @@ static config_var_t _option_vars[] = { VAR("ControlPort", UINT, ControlPort, "0"), VAR("ControlSocket", LINELIST, ControlSocket, NULL), VAR("CookieAuthentication",BOOL, CookieAuthentication, "0"), - VAR("CookieAuthFileGroupReadable",BOOL, CookieAuthFileGroupReadable, "0"), + VAR("CookieAuthFileGroupReadable",BOOL,CookieAuthFileGroupReadable, "0"), VAR("CookieAuthFile", STRING, CookieAuthFile, "0"), - VAR("CookieAuthentication",BOOL, CookieAuthentication, "0"), VAR("DataDirectory", STRING, DataDirectory, NULL), OBSOLETE("DebugLogFile"), VAR("DirAllowPrivateAddresses",BOOL, DirAllowPrivateAddresses, NULL), |