From: Heikki Levanto Date: Fri, 13 Sep 2002 11:03:46 +0000 (+0000) Subject: Removed unnecessary begin/end trans around zebra_repository_update X-Git-Tag: ZEBRA.1.3.3.DEBIAN.1~8 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=513fb84da37d0b19529a97e1c4fa046ea8e7d0c1 Removed unnecessary begin/end trans around zebra_repository_update (they are already in main, where they belong) --- diff --git a/index/zebraapi.c b/index/zebraapi.c index a63546a..404b3db 100644 --- a/index/zebraapi.c +++ b/index/zebraapi.c @@ -1,4 +1,4 @@ -/* $Id: zebraapi.c,v 1.70 2002-09-06 10:28:02 adam Exp $ +/* $Id: zebraapi.c,v 1.71 2002-09-13 11:03:46 heikki Exp $ Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002 Index Data Aps @@ -1211,10 +1211,8 @@ void zebra_end_trans (ZebraHandle zh) void zebra_repository_update (ZebraHandle zh) { - zebra_begin_trans (zh); logf (LOG_LOG, "updating %s", zh->rGroup.path); repositoryUpdate (zh); - zebra_end_trans (zh); } void zebra_repository_delete (ZebraHandle zh)