]> git.ipfire.org Git - thirdparty/iptables.git/commit
tests: iptables-test: Fix command segfault reports
authorPhil Sutter <phil@nwl.cc>
Wed, 26 Jul 2023 17:43:20 +0000 (19:43 +0200)
committerPhil Sutter <phil@nwl.cc>
Thu, 10 Aug 2023 12:11:42 +0000 (14:11 +0200)
commit5412ccba55b2318160d32efec3b8aad162608af9
treeb6e8a04ee30c4186820bcd4ff3ea4eae215cd094
parent7304f1982d619e19860106bc74b9cf3d05ddb113
tests: iptables-test: Fix command segfault reports

Logging produced a stack trace due to undefined variable 'cmd'.

Fixes: 0e80cfea3762b ("tests: iptables-test: Implement fast test mode")
Signed-off-by: Phil Sutter <phil@nwl.cc>
iptables-test.py