X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fzoom-z3950.c;h=c11933a524d7ce2d19d03c8be152d137721ab3d5;hp=400de9f26b9e3fc492a1ea351e96278c51cdea78;hb=0b0eb588d2989d5bc7d77600e4e9b375d1eade12;hpb=11325508f28602eeeade2294f0b5e70f3f9c8429 diff --git a/src/zoom-z3950.c b/src/zoom-z3950.c index 400de9f..c11933a 100644 --- a/src/zoom-z3950.c +++ b/src/zoom-z3950.c @@ -539,6 +539,8 @@ static int encode_APDU(ZOOM_connection c, Z_APDU *a, ODR out) } if (c->odr_print) z_APDU(c->odr_print, &a, 0, 0); + if (c->odr_save) + z_APDU(c->odr_save, &a, 0, 0); yaz_log(c->log_details, "%p encoding_APDU encoding OK", c); return 0; }