X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=blobdiff_plain;f=index%2Fzebraapi.c;h=2a43bc90edcf26aeaa919fa390ae57a6916ff281;hp=1ebc60deb11a75e830e2dc54287e480e1422d167;hb=ff239404c4969d04388c7af260c5c7c11e82fd67;hpb=01d68c3e68001168758afc0c4ffd101a7c5cf149 diff --git a/index/zebraapi.c b/index/zebraapi.c index 1ebc60d..2a43bc9 100644 --- a/index/zebraapi.c +++ b/index/zebraapi.c @@ -1,4 +1,4 @@ -/* $Id: zebraapi.c,v 1.94 2003-03-25 19:56:01 adam Exp $ +/* $Id: zebraapi.c,v 1.95 2003-03-26 00:02:05 adam Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003 Index Data Aps @@ -1452,12 +1452,12 @@ static int zebra_commit_ex (ZebraHandle zh, int clean_only) int zebra_clean (ZebraHandle zh) { - zebra_commit_ex(zh, 1); + return zebra_commit_ex(zh, 1); } int zebra_commit (ZebraHandle zh) { - zebra_commit_ex(zh, 0); + return zebra_commit_ex(zh, 0); } int zebra_init (ZebraHandle zh)