X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=src%2Fxml_include.c;h=a37ada9c4b612c33e8d1edab3f4fdc8fe64a4dc7;hp=c0d2f0b26004f919295356fc939df56f2b9c570a;hb=1a3be581e0f5a91de90d62d8cb8b41fd774efec5;hpb=76d513fc3b7e7e267875fd965023dda71a635e1d diff --git a/src/xml_include.c b/src/xml_include.c index c0d2f0b..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-2010 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 */