]> git.pld-linux.org Git - packages/cacti.git/blob - cmd-php-non-unique-hosts.patch
- revert
[packages/cacti.git] / cmd-php-non-unique-hosts.patch
1 --- cacti/cmd.php       2007/11/03 23:03:30     4297
2 +++ cacti/cmd.php       2007/11/26 01:34:11     4355
3 @@ -201,8 +201,8 @@
4         }
5  
6         foreach ($polling_items as $item) {
7 -               $data_source = $item["local_data_id"];
8 -               $current_host = $item["hostname"];
9 +               $data_source  = $item["local_data_id"];
10 +               $current_host = $item["host_id"];
11  
12                 if ($current_host != $last_host) {
13                         $new_host = true;
This page took 0.072428 seconds and 3 git commands to generate.