From: oetiker Date: Thu, 3 Mar 2011 07:04:19 +0000 (+0000) Subject: do not mistake "sqlxxabc.rrd" for a libdbi specification -- Peter Stamfest X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2297ed30a89ed0c81c5fe04e3c0287937eca0bf4;p=rrdtool.git do not mistake "sqlxxabc.rrd" for a libdbi specification -- Peter Stamfest git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.4/program@2177 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_fetch.c b/src/rrd_fetch.c index 90f2f2c..25f47e1 100644 --- a/src/rrd_fetch.c +++ b/src/rrd_fetch.c @@ -237,10 +237,8 @@ int rrd_fetch_fn( #ifdef HAVE_LIBDBI /* handle libdbi datasources */ - if (strncmp("sql",filename,3)==0) { - if (filename[3]==filename[4]) { + if (strncmp("sql//",filename,5)==0) { return rrd_fetch_fn_libdbi(filename,cf_idx,start,end,step,ds_cnt,ds_namv,data); - } } #endif