From: Adam Dickmeiss Date: Wed, 6 Dec 2006 10:26:54 +0000 (+0000) Subject: Added more to list of options. X-Git-Tag: ZEBRA.2.0.8~53 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=ee1ab971c7e0f4a0abc050eaf2c92c478316009c Added more to list of options. --- diff --git a/index/check_res.c b/index/check_res.c index baab2cc..0e7091d 100644 --- a/index/check_res.c +++ b/index/check_res.c @@ -1,4 +1,4 @@ -/* $Id: check_res.c,v 1.1 2006-12-05 14:06:29 adam Exp $ +/* $Id: check_res.c,v 1.2 2006-12-06 10:26:54 adam Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -44,6 +44,7 @@ int zebra_check_res(Res res) res_add(v, "isamsDebug", ""); res_add(v, "keyTmpDir", ""); res_add(v, "lockDir", ""); + res_add(v, "memmax", ""); res_add(v, "modulePath", ""); res_add(v, "perm", "s"); res_add(v, "passwd", "");