From 7f6eaed0388fde110d1a9b87e9f5df370fe47f6f Mon Sep 17 00:00:00 2001 From: oetiker Date: Tue, 24 Aug 2010 05:20:40 +0000 Subject: [PATCH] it's filename not filtename git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4@2122 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/src/rrd_fetch_libdbi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/src/rrd_fetch_libdbi.c b/program/src/rrd_fetch_libdbi.c index fb0dc7e8..2c4c722e 100644 --- a/program/src/rrd_fetch_libdbi.c +++ b/program/src/rrd_fetch_libdbi.c @@ -401,7 +401,7 @@ rrd_fetch_fn_libdbi( 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; -- 2.30.2