summaryrefslogtreecommitdiffstats
path: root/lasso/lasso.c
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-07-08 13:45:42 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-07-08 13:45:42 +0000
commit5b88b7ad847c0f2710561b0a5ee6a92140115afb (patch)
tree091b4bdd2a524edaf8e7a157bd0cc9209f92b70f /lasso/lasso.c
parent84538d7d4ad7e55391c8de289392a09ed7f1e293 (diff)
downloadlasso-5b88b7ad847c0f2710561b0a5ee6a92140115afb.tar.gz
lasso-5b88b7ad847c0f2710561b0a5ee6a92140115afb.tar.xz
lasso-5b88b7ad847c0f2710561b0a5ee6a92140115afb.zip
*** empty log message ***
Diffstat (limited to 'lasso/lasso.c')
-rw-r--r--lasso/lasso.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lasso/lasso.c b/lasso/lasso.c
index 14ecc275..a1877f54 100644
--- a/lasso/lasso.c
+++ b/lasso/lasso.c
@@ -37,9 +37,9 @@ int lasso_init()
/* Init libxml and libxslt libraries */
xmlInitParser();
- LIBXML_TEST_VERSION
- xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS;
- xmlSubstituteEntitiesDefault(1);
+ //LIBXML_TEST_VERSION
+ // xmlLoadExtDtdDefaultValue = XML_DETECT_IDS | XML_COMPLETE_ATTRS;
+ //xmlSubstituteEntitiesDefault(1);
/* Init xmlsec library */
if(xmlSecInit() < 0) {