From 9bbce01ed4ff93b26b435d5ab356407d48c2a424 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 10 Dec 2023 11:25:08 +0100 Subject: Merging upstream version 2.3.1: - properly handles big-endian data in `iputils.py` (Closes: #1057031). Signed-off-by: Daniel Baumann --- staslib/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'staslib/service.py') diff --git a/staslib/service.py b/staslib/service.py index 08a775a..19acec3 100644 --- a/staslib/service.py +++ b/staslib/service.py @@ -725,7 +725,7 @@ class Staf(Service): '''@brief Finish discovery controllers configuration after hostnames (if any) have been resolved. All the logic associated with discovery controller creation/deletion is found here. To - avoid calling this algorith repetitively for each and every events, + avoid calling this algorithm repetitively for each and every events, it is called after a soaking period controlled by self._cfg_soak_tmr. @param configured_ctrl_list: List of TIDs configured in stafd.conf with -- cgit v1.2.3