X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fseshigh.c;h=cc7959f2e7d09a15a38ac3e7d53bf1d44c0b2309;hp=d594f435878867782c049dd3d0a3b7ad3c1d2295;hb=b41eafb39bc0ee50b4c5988f5ecfc6aad91933d5;hpb=cbe9e3611ef12ee0dd00ce6170d5b46f8a331d8a diff --git a/src/seshigh.c b/src/seshigh.c index d594f43..cc7959f 100644 --- a/src/seshigh.c +++ b/src/seshigh.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2013 Index Data + * Copyright (C) Index Data * See the file LICENSE for details. */ /** @@ -688,6 +688,7 @@ static int retrieve_fetch(association *assoc, bend_fetch_rr *rr) if (r) { rr->errcode = YAZ_BIB1_SYSTEM_ERROR_IN_PRESENTING_RECORDS; + rr->surrogate_flag = 1; if (details) rr->errstring = odr_strdup(rr->stream, details); }