From 513fb84da37d0b19529a97e1c4fa046ea8e7d0c1 Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Fri, 13 Sep 2002 11:03:46 +0000 Subject: [PATCH] Removed unnecessary begin/end trans around zebra_repository_update (they are already in main, where they belong) --- index/zebraapi.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) -- 1.7.10.4