From: Adam Dickmeiss Date: Sun, 16 Apr 2006 07:33:13 +0000 (+0000) Subject: For config, dont wan for module element X-Git-Tag: YAZPROXY.1.1.0.3~4 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=734ebbe383eae5b7dbd04d3052be18639158d4ce For config, dont wan for module element --- diff --git a/src/yaz-proxy-config.cpp b/src/yaz-proxy-config.cpp index dbf03a5..040abc5 100644 --- a/src/yaz-proxy-config.cpp +++ b/src/yaz-proxy-config.cpp @@ -1,4 +1,4 @@ -/* $Id: yaz-proxy-config.cpp,v 1.30 2006-04-06 16:25:21 adam Exp $ +/* $Id: yaz-proxy-config.cpp,v 1.31 2006-04-16 07:33:13 adam Exp $ Copyright (c) 1998-2006, Index Data. This file is part of the yazproxy. @@ -1104,6 +1104,9 @@ void Yaz_ProxyConfig::get_generic_info(int *log_mask, else if (ptr->type == XML_ELEMENT_NODE && !strcmp((const char *) ptr->name, "docpath")) ; + else if (ptr->type == XML_ELEMENT_NODE && + !strcmp((const char *) ptr->name, "module")) + ; else if (ptr->type == XML_ELEMENT_NODE) { yaz_log(YLOG_WARN, "0 Unknown element %s in yazproxy config",