summaryrefslogtreecommitdiffstats
path: root/eurephiadm
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2009-09-22 23:52:01 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2009-09-22 23:52:01 +0200
commit9a2a8c5216d61dafb4232dba1ab56656390b61b0 (patch)
treecdd5556576feedd1e3184117d402b207d18dc2b4 /eurephiadm
parent19a22968db44c209efb1408fc74633b1702ba304 (diff)
downloadeurephia-9a2a8c5216d61dafb4232dba1ab56656390b61b0.tar.gz
eurephia-9a2a8c5216d61dafb4232dba1ab56656390b61b0.tar.xz
eurephia-9a2a8c5216d61dafb4232dba1ab56656390b61b0.zip
Removed debug info
Diffstat (limited to 'eurephiadm')
-rw-r--r--eurephiadm/commands/certificates.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/eurephiadm/commands/certificates.c b/eurephiadm/commands/certificates.c
index 32c8b52..b348272 100644
--- a/eurephiadm/commands/certificates.c
+++ b/eurephiadm/commands/certificates.c
@@ -591,9 +591,6 @@ int list_certs(eurephiaCTX *ctx, eurephiaSESSION *sess, eurephiaVALUES *cfg, int
srch_n = xmlNewChild(srch_n, NULL, (xmlChar *) "fieldMapping", NULL);
xmlNewProp(srch_n, (xmlChar *) "table", (xmlChar *) "certificates");
- xmlSaveFormatFileEnc("-", srch_xml, "UTF-8", 1);
-
-
// Look up the certificate info and display it
certlist = eDBadminCertificate(ctx, srch_xml);
if( certlist == NULL ) {