Unset variables which were bleeding into other polling runs

This commit is contained in:
laf
2014-07-03 14:45:47 +01:00
parent 72c3e3e3c9
commit fe8bd8f2fd

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);
?>