* Tue Nov 04 2025 Brian Read <brianr@koozali.org> 11.0.0-126.sme

- Remove debugging dump in portforwarding which crashes if no data  [SME: 13243]
This commit is contained in:
2025-11-04 10:12:42 +00:00
parent 5c227a2032
commit 18442c0145
2 changed files with 7 additions and 7 deletions

View File

@@ -5,11 +5,8 @@
% if (config->{debug} == 1) {
<p>
%= dumper "<pf>" . $c->current_route
%= dumper $c->stash("ret")
%= dumper $c->stash("portforwarding")
% my $ref = $pf_datas->{portforwarding};
%= dumper $ref->{TCP}->[0] . "</pf>"
%= dumper $c->current_route
%= dumper $pf_datas
</p>
% }
@@ -29,4 +26,4 @@
% }
</div>
% end
% end

View File

@@ -2,7 +2,7 @@ Summary: Sme Server Configuration : Manager 2
%define name smeserver-manager
Name: %{name}
%define version 11.0.0
%define release 125
%define release 126
Version: %{version}
Release: %{release}%{?dist}
License: GPL
@@ -147,6 +147,9 @@ true
%defattr(-,root,root)
%changelog
* Tue Nov 04 2025 Brian Read <brianr@koozali.org> 11.0.0-126.sme
- Remove debugging dump in portforwarding which crashes if no data [SME: 13243]
* Mon Nov 03 2025 Brian Read <brianr@koozali.org> 11.0.0-125.sme
- Arrange that Macaddress, InternalIP and comment cleared out when host entry switched to self [SME: 13207]