From: Adam Dickmeiss Date: Fri, 24 Jan 2003 11:52:57 +0000 (+0000) Subject: Fix SmallSetElementSetName for piggyback X-Git-Tag: YAZ.2.0~59 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=a84b343fd22845cbd7bea563e77250a84e48463b;p=yaz-moved-to-github.git Fix SmallSetElementSetName for piggyback --- diff --git a/zutil/zoom-c.c b/zutil/zoom-c.c index 0791f7a..710630d 100644 --- a/zutil/zoom-c.c +++ b/zutil/zoom-c.c @@ -2,7 +2,7 @@ * Copyright (c) 2000-2003, Index Data * See the file LICENSE for details. * - * $Id: zoom-c.c,v 1.14 2003-01-13 22:11:34 adam Exp $ + * $Id: zoom-c.c,v 1.15 2003-01-24 11:52:57 adam Exp $ * * ZOOM layer for C, connections, result sets, queries. */ @@ -960,7 +960,6 @@ static zoom_ret ZOOM_connection_send_search (ZOOM_connection c) *search_req->largeSetLowerBound = 2000000000; *search_req->smallSetUpperBound = r->count; *search_req->mediumSetPresentNumber = r->count; - smallSetElementSetName = 0; /* no need to provide this */ } else {