X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzserver.c;h=f1c92c4c241a356180c2367d776442d7f5488408;hb=728245ddfc695b2cc9ff9e6e3788f625798c55f9;hp=118887a3b7849d93a9360c66af542dc5b07b4695;hpb=be0203ee07adfeda7821a2c44ba6dd31a532b792;p=idzebra-moved-to-github.git diff --git a/index/zserver.c b/index/zserver.c index 118887a..f1c92c4 100644 --- a/index/zserver.c +++ b/index/zserver.c @@ -1,4 +1,4 @@ -/* $Id: zserver.c,v 1.139 2005-08-22 09:04:18 adam Exp $ +/* $Id: zserver.c,v 1.140 2005-09-13 11:51:06 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -76,7 +76,7 @@ bend_initresult *bend_init (bend_initrequest *q) yaz_log (YLOG_DEBUG, "bend_init"); sob = statserv_getcontrol (); - if (!(zh = zebra_open (sob->handle))) + if (!(zh = zebra_open (sob->handle, 0))) { yaz_log (YLOG_WARN, "Failed to read config `%s'", sob->configname); r->errcode = YAZ_BIB1_PERMANENT_SYSTEM_ERROR;