X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Fmod_dom.c;h=39733aff475342d178e04b96c232128dd35eb639;hb=40294b8507793f9447a647bfe2f961d232091456;hp=60cf180d2b836701e6a87144a9d3b7abb7048ff2;hpb=a49b6f2fc9cc5208800f0195647f61eb24997812;p=idzebra-moved-to-github.git diff --git a/index/mod_dom.c b/index/mod_dom.c index 60cf180..39733af 100644 --- a/index/mod_dom.c +++ b/index/mod_dom.c @@ -1,4 +1,4 @@ -/* $Id: mod_dom.c,v 1.37 2007-05-19 19:44:14 adam Exp $ +/* $Id: mod_dom.c,v 1.38 2007-06-19 19:39:54 adam Exp $ Copyright (C) 1995-2007 Index Data ApS @@ -1360,6 +1360,7 @@ static int filter_retrieve (void *clientData, struct recRetrieveCtrl *p) { p->diagnostic = YAZ_BIB1_SPECIFIED_ELEMENT_SET_NAME_NOT_VALID_FOR_SPECIFIED_; + p->addinfo = odr_strdup(p->odr, esn); return 0; }