X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-sru.c;h=d7f19cb4a96d4124a31825678c017ccfe95aad66;hb=a3e65bcd3250b107397675bc65b35b5939355025;hp=da588f08d89bc727a22d158ed691acdea6bf1d4a;hpb=8b5fac33ba89011ccec1d04955d90b8585874164;p=yaz-moved-to-github.git diff --git a/src/zoom-sru.c b/src/zoom-sru.c index da588f0..d7f19cb 100644 --- a/src/zoom-sru.c +++ b/src/zoom-sru.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data + * Copyright (C) 1995-2012 Index Data * See the file LICENSE for details. */ /** @@ -61,6 +61,8 @@ static zoom_ret send_srw(ZOOM_connection c, Z_SRW_PDU *sr) return zoom_complete; if (c->odr_print) z_GDU(c->odr_print, &gdu, 0, 0); + if (c->odr_save) + z_GDU(c->odr_save, &gdu, 0, 0); c->buf_out = odr_getbuf(c->odr_out, &c->len_out, 0); event = ZOOM_Event_create(ZOOM_EVENT_SEND_APDU);