summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim P <jim@pingle.org>2013-07-23 16:59:54 -0700
committerJim P <jim@pingle.org>2013-07-23 16:59:54 -0700
commit00da3ebb4beedb876afc4435cffdae5cda975b82 (patch)
tree88189f852c9c0655a20b10549c518855d3c853fc
parent329024c8720ecc04c603989575d6eec9cb97bd83 (diff)
parentdf198169005b687e941a71750b8cdb5df69db91a (diff)
downloadpfsense-00da3ebb4beedb876afc4435cffdae5cda975b82.zip
pfsense-00da3ebb4beedb876afc4435cffdae5cda975b82.tar.gz
Merge pull request #726 from N0YB/patch-2
Update rrd.inc
-rw-r--r--etc/inc/rrd.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/rrd.inc b/etc/inc/rrd.inc
index 65f4db4..af1908b 100644
--- a/etc/inc/rrd.inc
+++ b/etc/inc/rrd.inc
@@ -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. */
OpenPOWER on IntegriCloud