From cd340dab24ce41834312a5cc9f744d8ae381d86b Mon Sep 17 00:00:00 2001 From: fredrik Date: Mon, 9 Oct 2006 18:17:41 +0000 Subject: [PATCH] Add a limit for number of fns. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@694 959494ce-11ee-0310-bf91-de5d638817bd --- daemon/filenet.c | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/filenet.c b/daemon/filenet.c index 4198344..5e2b607 100644 --- a/daemon/filenet.c +++ b/daemon/filenet.c @@ -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} }; -- 2.11.0