rrdtool plugin: Use the right variables when calling `rrd_update'..
authorFlorian Forster <octo@huhu.verplant.org>
Thu, 4 Oct 2007 13:12:50 +0000 (15:12 +0200)
committerFlorian Forster <octo@huhu.verplant.org>
Thu, 4 Oct 2007 13:12:50 +0000 (15:12 +0200)
*argl*

src/rrdtool.c

index e24aff9..06d9763 100644 (file)
@@ -453,7 +453,7 @@ static int srrd_update (char *filename, char *template, int argc, char **argv)
        optind = 0; /* bug in librrd? */
        rrd_clear_error ();
 
-       status = rrd_update (argc, argv);
+       status = rrd_update (new_argc, new_argv);
        pthread_mutex_unlock (&librrd_lock);
 
        if (status != 0)