X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fzebrash.c;h=b11a63e7242365051c4c148f1439cff4c654c1aa;hb=9637ba0802eb0fe437c1f0d277dd3c524981ba56;hp=c9bbda4e547d23c3587f456bdb02de8ae9c8c7b9;hpb=47eeb5384a8fae8bcac8afb8a84782ca094683f9;p=idzebra-moved-to-github.git diff --git a/index/zebrash.c b/index/zebrash.c index c9bbda4..b11a63e 100644 --- a/index/zebrash.c +++ b/index/zebrash.c @@ -1,4 +1,4 @@ -/* $Id: zebrash.c,v 1.34 2005-06-14 20:28:54 adam Exp $ +/* $Id: zebrash.c,v 1.35 2005-09-13 11:51:06 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -193,7 +193,7 @@ static int cmd_zebra_open( char *args[], WRBUF outbuff) if (!zs) wrbuf_puts(outbuff,"zebra seems not to have been started, " "trying anyway\n"); - zh=zebra_open(zs); + zh = zebra_open(zs, 0); return 0; /* ok */ }