X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fxml_include.c;h=a37ada9c4b612c33e8d1edab3f4fdc8fe64a4dc7;hp=1e64b548a7357c2a5e58fac59f5bba501865a728;hb=1a3be581e0f5a91de90d62d8cb8b41fd774efec5;hpb=43a9d38d20c1b1bcd1a03b2445a501d27526bd35 diff --git a/src/xml_include.c b/src/xml_include.c index 1e64b54..a37ada9 100644 --- a/src/xml_include.c +++ b/src/xml_include.c @@ -1,5 +1,5 @@ /* This file is part of the YAZ toolkit. - * Copyright (C) 1995-2011 Index Data + * Copyright (C) 1995-2012 Index Data * See the file LICENSE for details. */ @@ -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 */