Add a limit for number of fns.
authorfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Mon, 9 Oct 2006 18:17:41 +0000 (18:17 +0000)
committerfredrik <fredrik@959494ce-11ee-0310-bf91-de5d638817bd>
Mon, 9 Oct 2006 18:17:41 +0000 (18:17 +0000)
git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@694 959494ce-11ee-0310-bf91-de5d638817bd

daemon/filenet.c

index 4198344..5e2b607 100644 (file)
@@ -502,6 +502,7 @@ static struct configvar myvars[] =
     {CONF_VAR_INT, "srchwait", {.num = 15}},
     {CONF_VAR_INT, "fntos", {.num = 0}},
     {CONF_VAR_INT, "fnptos", {.num = 0}},
+    {CONF_VAR_INT, "maxnodes", {.num = 0}},
     {CONF_VAR_END}
 };