From 8a21627cd2820f05b4718761b7c67ee3b1cddd51 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 2 Feb 2007 13:48:13 +0000 Subject: [PATCH] Fixed bug in zebrasrv: the default module path and default module path was not set recognized. --- index/zebrasrv.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index/zebrasrv.c b/index/zebrasrv.c index 6ecbecf..d798977 100644 --- a/index/zebrasrv.c +++ b/index/zebrasrv.c @@ -1,4 +1,4 @@ -/* $Id: zebrasrv.c,v 1.9 2007-01-17 15:35:48 adam Exp $ +/* $Id: zebrasrv.c,v 1.10 2007-02-02 13:48:13 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -776,7 +776,7 @@ static void bend_start (struct statserv_options_block *sob) zebra_stop((ZebraService) sob->handle); res_set(default_res, "profilePath", DEFAULT_PROFILE_PATH); res_set(default_res, "modulePath", DEFAULT_MODULE_PATH); - sob->handle = zebra_start(sob->configname); + sob->handle = zebra_start_res(sob->configname, default_res, 0); res_close(default_res); if (!sob->handle) { -- 1.7.10.4