[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1850: Stop lying about our default authentication method. (in trunk: . src/config)
Author: edmanm
Date: 2007-08-21 14:18:55 -0400 (Tue, 21 Aug 2007)
New Revision: 1850
Modified:
trunk/
trunk/src/config/torsettings.cpp
Log:
r2022@adrastea: edmanm | 2007-08-21 14:18:55 -0400
Stop lying about our default authentication method.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /vidalia/local/trunk [r2022] on 54b3572a-7227-0410-958f-53ecd705b71a
Modified: trunk/src/config/torsettings.cpp
===================================================================
--- trunk/src/config/torsettings.cpp 2007-08-21 17:55:33 UTC (rev 1849)
+++ trunk/src/config/torsettings.cpp 2007-08-21 18:18:55 UTC (rev 1850)
@@ -54,7 +54,7 @@
#define DEFAULT_TOR_EXECUTABLE "tor"
#endif
-/** Default to using control cookie authentication */
+/** Default to using hashed password authentication */
#define DEFAULT_AUTH_METHOD PasswordAuth
/* Arguments we can pass to Tor on the command-line */