X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;ds=sidebyside;f=index%2Frecgrs.c;h=eb300cd8450ba57a713a5cf15e09d2cf5dba0c98;hb=95f8991b4c687a0d99a1e8751ef5aeeb7f6831bc;hp=ceb78a700de9b7c67555c6bccc9fe20318f50c43;hpb=89d16cf15eda0e4802d18b8ad09bd3653508ebfc;p=idzebra-moved-to-github.git diff --git a/index/recgrs.c b/index/recgrs.c index ceb78a7..eb300cd 100644 --- a/index/recgrs.c +++ b/index/recgrs.c @@ -1164,7 +1164,6 @@ int zebra_grs_retrieve(void *clientData, struct recRetrieveCtrl *p, yaz_log(YLOG_DEBUG, "grs_retrieve: schema mapping"); for (map = node->u.root.absyn->maptabs; map; map = map->next) { - // if (map->target_absyn_ref == requested_schema) if (!oid_oidcmp(map->oid, requested_schema)) { onode = node; @@ -1358,6 +1357,7 @@ int zebra_grs_retrieve(void *clientData, struct recRetrieveCtrl *p, /* * Local variables: * c-basic-offset: 4 + * c-file-style: "Stroustrup" * indent-tabs-mode: nil * End: * vim: shiftwidth=4 tabstop=8 expandtab