its filename not filtname
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 24 Aug 2010 05:19:55 +0000 (05:19 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Tue, 24 Aug 2010 05:19:55 +0000 (05:19 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2121 a5681a0c-68f1-0310-ab6d-d61299d08faa

src/rrd_fetch_libdbi.c

index fb0dc7e..2c4c722 100644 (file)
@@ -401,7 +401,7 @@ rrd_fetch_fn_libdbi(
   char where[10240];
   table_help.conn=NULL;
   table_help.where=where;
   char where[10240];
   table_help.conn=NULL;
   table_help.where=where;
-  table_help.filtename=filename;
+  table_help.filename=filename;
 
   /* some loop variables */
   int i=0;
 
   /* some loop variables */
   int i=0;