From: fredrik Date: Mon, 9 Oct 2006 18:17:41 +0000 (+0000) Subject: Add a limit for number of fns. X-Git-Tag: 0.2~14 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=cd340dab24ce41834312a5cc9f744d8ae381d86b 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 --- 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} };