Code

as rrd_cgi fails to parse stuff, do NOT try to fix up the mess ... it is bound to...
[rrdtool-all.git] / program / src / rrd_cgi.c
index 22567024a7c538941041718cbd511b0a19407e36..5b5e551102780f14267a933fa69527293309f23b 100644 (file)
@@ -1244,11 +1244,6 @@ int parse(
         val = func(argc, (const char **) args);
         free(args);
     } else {
-        /* unable to parse arguments, undo 0-termination by scanargs */
-        for (; argc > 0; argc--) {
-            *((args[argc - 1]) - 1) = ' ';
-        }
-
         /* next call, try parsing at current offset +1 */
         end = (*buf) + i + 1;