Hello,
No, it doesn’t look like it:
https://git.ipfire.org/?p=ipfire-2.x.git;a=history;f=html/cgi-bin/services.c...
I will merge it into next. As it is only cosmetic, I will avoid rebuilding master for a little while. We will have to do this later on anyways.
-Michael
On 8 Feb 2023, at 04:29, jon jon.murphy@ipfire.org wrote:
Peter,
Was this patch to be included in CU 173?
Jon
Jon Murphy jon.murphy@ipfire.org
On Jan 16, 2023, at 2:34 PM, Jon Murphy jon.murphy@ipfire.org wrote:
- add single line to code: no warnings 'experimental';
- corrects this issue: https://lists.ipfire.org/pipermail/development/2022-December/015113.html
Signed-off-by: Jon Murphy jon.murphy@ipfire.org
html/cgi-bin/services.cgi | 1 + 1 file changed, 1 insertion(+)
diff --git a/html/cgi-bin/services.cgi b/html/cgi-bin/services.cgi index 3c0f27f99..0d06ab5fe 100644 --- a/html/cgi-bin/services.cgi +++ b/html/cgi-bin/services.cgi @@ -21,6 +21,7 @@
use strict; use feature "switch"; +no warnings 'experimental'; # enable only the following on debugging purpose #use warnings;
#use CGI::Carp 'fatalsToBrowser';
2.30.2