rrd_first code contributed by Burton Strauss <Burton@ntopSupport.com>
[rrdtool.git] / src / rrd_cgi.c
index 610413f..9f8ef5e 100644 (file)
@@ -392,6 +392,7 @@ char* rrdsetenv(long argc, const char **args) {
                        free(xyz);
                        return stralloc("[ERROR: failed to do putenv]");
                };
+               return stralloc("");
        }
        return stralloc("[ERROR: setenv failed because not enough "
                                        "arguments were defined]");