yaz_oi_get_facetlist_oid: odr=0 for yaz_oi_update
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 4 Aug 2010 08:55:29 +0000 (10:55 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 4 Aug 2010 08:55:29 +0000 (10:55 +0200)
This is because we do not want otherinformation entries to
be created by this call.

src/otherinfo.c

index 52f6c9a..b022460 100644 (file)
@@ -204,7 +204,7 @@ Z_FacetList *yaz_oi_get_facetlist_oid (
 {
     Z_External *z_external = 0;
     Z_OtherInformationUnit *oi =
-        yaz_oi_update(otherInformation, odr, oid, categoryValue, delete_flag);
+        yaz_oi_update(otherInformation, 0, oid, categoryValue, delete_flag);
     if (!oi)
         return 0;
     z_external = oi->information.externallyDefinedInfo;