projects
/
idzebra-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1946180
)
Fixed bug #1406: Delete All Result Sets causes assertion failure.
author
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 28 Aug 2007 21:40:57 +0000
(21:40 +0000)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Tue, 28 Aug 2007 21:40:57 +0000
(21:40 +0000)
index/zebraapi.c
patch
|
blob
|
history
diff --git
a/index/zebraapi.c
b/index/zebraapi.c
index
6fefbb2
..
b8f3936
100644
(file)
--- a/
index/zebraapi.c
+++ b/
index/zebraapi.c
@@
-1,4
+1,4
@@
-/* $Id: zebraapi.c,v 1.258 2007-08-27 17:22:22 adam Exp $
+/* $Id: zebraapi.c,v 1.259 2007-08-28 21:40:57 adam Exp $
Copyright (C) 1995-2007
Index Data ApS
@@
-1292,8
+1292,7
@@
int zebra_deleteResultSet(ZebraHandle zh, int function,
{
int i, status;
ASSERTZH;
- assert(statuses);
- yaz_log(log_level, "zebra_deleteResultSet n=%d",num_setnames);
+ yaz_log(log_level, "zebra_deleteResultSet n=%d", num_setnames);
if (zebra_begin_read(zh))
return Z_DeleteStatus_systemProblemAtTarget;