Message ID | 170050642602.123525.1034811730816028179.stgit@manet.1015granger.net (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Possible changes to nfs-utils junction support | expand |
diff --git a/support/junction/xml.c b/support/junction/xml.c index ec9586528cc9..aef1cbbd74d3 100644 --- a/support/junction/xml.c +++ b/support/junction/xml.c @@ -387,7 +387,6 @@ junction_xml_write(const char *pathname, const char *name, xmlDocPtr doc) return retval; retval = FEDFS_ERR_SVRFAULT; - xmlIndentTreeOutput = 1; xmlDocDumpFormatMemoryEnc(doc, &buf, &len, "UTF-8", 1); if (len < 0) goto out;