X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=src%2Fservice_xslt.c;h=3ef5b55deeffd3d4a09213e960b91b567ae02322;hb=bed60313a0ad69f2dc66ea48d7855bdafb293936;hp=925d61879b6887bf1de3db2e1bca0ebee8a136d3;hpb=3caf608e5084c4bff910d2c395969069ae13f0e4;p=pazpar2-moved-to-github.git diff --git a/src/service_xslt.c b/src/service_xslt.c index 925d618..3ef5b55 100644 --- a/src/service_xslt.c +++ b/src/service_xslt.c @@ -1,5 +1,5 @@ /* This file is part of Pazpar2. - Copyright (C) 2006-2011 Index Data + Copyright (C) 2006-2012 Index Data Pazpar2 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -79,7 +79,7 @@ int service_xslt_config(struct conf_service *service, xmlNode *n) if (!id) { yaz_log(YLOG_FATAL, "Missing attribute id for xslt element"); - return 0; + return -1; } while (root && root->type != XML_ELEMENT_NODE) root = root->next;