From: Adam Dickmeiss Date: Tue, 3 Jun 2003 13:59:28 +0000 (+0000) Subject: Set smallSetElementSetName always in piggyback mode X-Git-Tag: YAZ.2.0.3~18 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=ee083e1994e399ceb209780ff4bce7168c8bc82b Set smallSetElementSetName always in piggyback mode --- diff --git a/zutil/zoom-c.c b/zutil/zoom-c.c index 7d6d55c..d67461a 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.37 2003-06-02 12:53:28 adam Exp $ + * $Id: zoom-c.c,v 1.38 2003-06-03 13:59:28 adam Exp $ * * ZOOM layer for C, connections, result sets, queries. */ @@ -1199,7 +1199,6 @@ static zoom_ret ZOOM_connection_send_search (ZOOM_connection c) *search_req->largeSetLowerBound = 2000000000; *search_req->smallSetUpperBound = 0; *search_req->mediumSetPresentNumber = r->step>0 ? r->step : r->count; - smallSetElementSetName = 0; } else {