From: Tobias Oetiker Date: Tue, 24 Aug 2010 05:19:55 +0000 (+0000) Subject: its filename not filtname X-Git-Tag: 1.4.5~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5378240fde39a2da034df171870104500a3125c;p=thirdparty%2Frrdtool-1.x.git its filename not filtname git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2121 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_fetch_libdbi.c b/src/rrd_fetch_libdbi.c index fb0dc7e8..2c4c722e 100644 --- a/src/rrd_fetch_libdbi.c +++ b/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;