* 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:
@@ -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
|
||||
Reference in New Issue
Block a user