summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 ) {