--- 1.3.26 2005/05/XX
+Fixed crash that could occur if ES update transaction failed.
+
Configure enables the use the crypt API - if available.
Fixed bug #304: Fuzzy search regExpr-2 did not use proper error distance
-/* $Id: zserver.c,v 1.117.2.3 2005-05-12 10:01:54 adam Exp $
+/* $Id: zserver.c,v 1.117.2.4 2005-05-12 10:03:24 adam Exp $
Copyright (C) 1995,1996,1997,1998,1999,2000,2001,2002,2003,2004
Index Data Aps
return 0;
}
res = zebra_begin_trans (zh, 1);
- if (res)
+ if (res) /* zebra_trans_failed ? */
zebra_result(zh, &rr->errcode, &rr->errstring);
else
{