X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fseshigh.c;h=823fc2bf4929e6d5f87f9d3a47febf967bba6af8;hp=26f250c886412beb92a623b50c4cfbbb55a61a65;hb=dc380c5373145eb1fe4dc99e7d5558791d9ecfca;hpb=84be3c9eb6775a6c9477e4bfaf462076b0653ec1 diff --git a/src/seshigh.c b/src/seshigh.c index 26f250c..823fc2b 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -2032,7 +2032,7 @@ static int process_z_request(association *assoc, request *req, char **msg) } else { - yaz_log(YLOG_DEBUG, " result unavailble"); + yaz_log(YLOG_DEBUG, " result unavailable"); retval = -1; } return retval; @@ -2560,7 +2560,10 @@ static Z_Records *pack_records(association *a, char *setname, Odr_int start, thisrec->which = Z_NamePlusRecord_databaseRecord; if (!freq.output_format) - freq.output_format = freq.request_format; + { + yaz_log(YLOG_WARN, "bend_fetch output_format not set"); + return 0; + } thisrec->u.databaseRecord = z_ext_record_oid( a->encode, freq.output_format, freq.record, freq.len); if (!thisrec->u.databaseRecord)