Actions
Bug #13295
openIncorrect function parameters for ``get_dpinger_status()`` call in ``gwlb.inc``
Start date:
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
22.11
Release Notes:
Default
Affected Version:
Affected Architecture:
Description
There seems to be an error in gwlb.inc
around line 479. The call to get_dpinger_status()
has the $action_disable
arg at position 2, but the function definition needs it at position 3. So, the bool is actually passed as param 2, which is supposed to be an array ($gways
).
Not sure what problems this may have caused, but it seems incorrect.
Updated by Jim Pingle about 2 months ago
- Subject changed from Incorrect function params for get_dpinger_status() call in gwlb.inc to Incorrect function parameters for ``get_dpinger_status()`` call in ``gwlb.inc``
- Target version set to 2.7.0
- Plus Target Version set to 22.09
Updated by Jim Pingle about 2 months ago
- Plus Target Version changed from 22.09 to 22.11
Actions