]> git.ipfire.org Git - thirdparty/bind9.git/commit
work around perl error
authorEvan Hunt <each@isc.org>
Sat, 5 Sep 2020 07:21:42 +0000 (00:21 -0700)
committerEvan Hunt <each@isc.org>
Wed, 9 Sep 2020 19:28:59 +0000 (12:28 -0700)
commit22f03344f78edccf268c8c86255ad44d04c71ed5
tree00d497221f6f326f98ccc8e585a952bc867d966d
parent2118f49ca1e5d3bdd4fa285324636b02f293c8dd
work around perl error

some versions of perl failed to run packet.pl because the 'last'
keyword can't be used outside of a loop block. this commit changes
the packet dumping code to a function so we can use 'return' instead.

(cherry picked from commit bf9aee1b884ad7d9775a1eacfa7d0fbc8c65081c)
bin/tests/system/packet.pl