Merge pull request #726 from N0YB/patch-2

Update rrd.inc
This commit is contained in:
Jim P 2013-07-23 16:59:54 -07:00
commit 00da3ebb4b

View File

@ -717,7 +717,7 @@ function enable_rrd_graphing() {
/* enter UNKNOWN values in the RRD so it knows we rebooted. */
if($g['booting']) {
mwexec("$rrdtool update $rrddbpath$ifname$mbuf N:U:U:U:U:U");
mwexec("$rrdtool update $rrddbpath$ifname$mbuf N:U:U:U:U");
}
/* the mbuf stats gathering function. */