X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fxml_include.c;fp=src%2Fxml_include.c;h=a37ada9c4b612c33e8d1edab3f4fdc8fe64a4dc7;hp=574ee854d51ea3bb611c663fbf7fc9901d0c373d;hb=1a3be581e0f5a91de90d62d8cb8b41fd774efec5;hpb=92085e57d085092c52e9b2ad9e0ee1405c0200c8 diff --git a/src/xml_include.c b/src/xml_include.c index 574ee85..a37ada9 100644 --- a/src/xml_include.c +++ b/src/xml_include.c @@ -156,8 +156,7 @@ int yaz_xml_include_simple(xmlNode *n, const char *base_path) struct yaz_xml_include_s s; s.confdir = base_path; - process_config_includes(&s, n); - return 0; + return process_config_includes(&s, n); } /* YAZ_HAVE_XML2 */