Short correction since I missed some changes in the original patch: Regards, BenBE.
Index: a/src/rrd_dump.c
===================================================================
--- a/src/rrd_dump.c (old)
+++ b/src/rrd_dump.c (new)
@@ -120,12 +120,6 @@
strlen("<rrd>\n"), user);
}
- cb("<!-- Round Robin Database Dump -->",
- strlen("<!-- Round Robin Database Dump -->"), user);
-
- cb("<rrd>",
- strlen("<rrd>"), user);
-
if (atoi(rrd.stat_head->version) <= 3) {
snprintf(somestring, 255, "\t<version>%s</version>\n",
RRD_VERSION3);
} else {
@@ -207,8 +207,8 @@
strlen("\t</ds>\n\n"), user);
}
- cb("<!-- Round Robin Archives -->\n",
- strlen("<!-- Round Robin Archives -->\n"), user);
+ cb("\t<!-- Round Robin Archives -->\n",
+ strlen("\t<!-- Round Robin Archives -->\n"), user);
rra_base = rrd_file->header_len;
rra_next = rra_base;
signature.asc
Description: OpenPGP digital signature
_______________________________________________ rrd-developers mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-developers
