X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=server%2Fseshigh.c;h=8d0f17f4876211939f84129a00ee0cf4e9b2bf11;hb=3bb2e157affd19490974257a252472716d7858b3;hp=4af6e867e5f4222393df97142c802d60a842e95d;hpb=ea5dd493ff58ce3460bd38560f35c7a1e7913fc4;p=yaz-moved-to-github.git diff --git a/server/seshigh.c b/server/seshigh.c index 4af6e86..8d0f17f 100644 --- a/server/seshigh.c +++ b/server/seshigh.c @@ -2,7 +2,7 @@ * Copyright (c) 1995-2002, Index Data * See the file LICENSE for details. * - * $Id: seshigh.c,v 1.127 2002-03-05 12:45:49 mike Exp $ + * $Id: seshigh.c,v 1.128 2002-03-20 14:36:00 adam Exp $ */ /* @@ -1023,6 +1023,7 @@ static Z_APDU *process_searchRequest(association *assoc, request *reqb, bsrr->errcode = 0; bsrr->hits = 0; bsrr->errstring = NULL; + bsrr->search_info = NULL; (assoc->init->bend_search)(assoc->backend, bsrr); if (!bsrr->request) return 0; @@ -1133,6 +1134,7 @@ static Z_APDU *response_searchRequest(association *assoc, request *reqb, resp->presentStatus = 0; } } + resp->additionalSearchInfo = bsrt->search_info; return apdu; }