Skip to content

Commit

Permalink
Fixing #5602 - Bulk Walk Break Missing
Browse files Browse the repository at this point in the history
Missing "break" for case statement in cli/add_device.php
  • Loading branch information
TheWitness committed Dec 2, 2023
1 parent fe22a19 commit 768dbd8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,10 @@ Cacti CHANGELOG
-issue#5586: CSV export displays data shifted by rrd step interval
-issue#5589: When a graph has a real long cdef in graph debug mode, it forces an undesirable scroll
-issue#5590: Secondary LDAP server not evaluated when the first one has failed
-issue#5602: Missing "break" for case statement in cli/add_device.php
-feature#5577: Provide new templates for ArubaOS switch, Aruba wifi controller and HPE iLO to be available during install
-feature#5597: Provide new templates for Arubai OSCX 6x00 switch to be available during install


1.2.25
-security#GHSA-77rf-774j-6h3p: Protect against Insecure deserialization of filter data
Expand Down
1 change: 1 addition & 0 deletions cli/add_device.php
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,7 @@
exit(1);
}

break;
case '--version':
case '-V':
case '-v':
Expand Down

0 comments on commit 768dbd8

Please sign in to comment.