]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
ShutdownWaitLength should be an interval, not a uint
authorRoger Dingledine <arma@torproject.org>
Sat, 12 Mar 2005 20:16:52 +0000 (20:16 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 12 Mar 2005 20:16:52 +0000 (20:16 +0000)
svn:r3753

src/or/config.c

index 76848693c2be3c9b19c4b46c741c1ec1b83c8c72..5787b5dc042ac53456808f1579f81f24af6b88e5 100644 (file)
@@ -165,7 +165,7 @@ static config_var_t config_vars[] = {
   VAR("RecommendedVersions", LINELIST, RecommendedVersions,  NULL),
   VAR("RendNodes",           STRING,   RendNodes,            NULL),
   VAR("RendExcludeNodes",    STRING,   RendExcludeNodes,     NULL),
-  VAR("ShutdownWaitLength",  UINT,     ShutdownWaitLength,   "30"),
+  VAR("ShutdownWaitLength",  INTERVAL, ShutdownWaitLength,   "30 seconds"),
   VAR("SocksPort",           UINT,     SocksPort,            "9050"),
   VAR("SocksBindAddress",    LINELIST, SocksBindAddress,     NULL),
   VAR("SocksPolicy",         LINELIST, SocksPolicy,          NULL),