X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fseshigh.c;h=3b49190d069af6a4e2b6929232d42c74b24e1ace;hb=883245e48ad6e5735ab73884e18dc6cb5c297c86;hp=08c4def6a319a1c91123a2a1519706ce7fe0fe3e;hpb=6ac71490dcd57707b2f5e77abfe3ca4e0944cc68;p=yaz-moved-to-github.git diff --git a/src/seshigh.c b/src/seshigh.c index 08c4def..3b49190 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -1329,6 +1329,7 @@ static void srw_bend_scan(association *assoc, bsrr->step_size = &step_size; bsrr->entries = 0; bsrr->setname = 0; + bsrr->extra_args = sr->extra_args; bsrr->extra_response_data = 0; if (bsrr->num_entries > 0) @@ -3051,6 +3052,7 @@ static Z_APDU *process_scanRequest(association *assoc, request *reqb) bsrr->setname = yaz_oi_get_string_oid(&req->otherInfo, yaz_oid_userinfo_scan_set, 1, 0); bsrr->entries = 0; + bsrr->extra_args = 0; bsrr->extra_response_data = 0; /* For YAZ 2.0 and earlier it was the backend handler that initialized entries (member display_term did not exist)