Merge pull request #267 from laf/issue-laf-31

[URGENT] Unset variables which were leaking into other polling runs
This commit is contained in:
Paul Gear
2014-07-05 11:48:44 +10:00
+1 -1
View File
@@ -96,6 +96,6 @@ foreach ($ipsec_array as $index => $tunnel)
}
unset($oids, $data, $data_array, $oid, $tunnel);
unset($rrd_file,$rrd_create,$rrdupdate,$oids, $data, $data_array, $oid, $tunnel);
?>