Change current zone from a global variable to a constant
authorJacob Bachmeyer <jcb@gnu.org>
Sun, 13 Nov 2022 04:11:22 +0000 (22:11 -0600)
committerJacob Bachmeyer <jcb@gnu.org>
Sun, 13 Nov 2022 04:11:22 +0000 (22:11 -0600)
commit8cfe678d99de143946fde9de3536755ee824b9b5
treecedeac9cf556e05b200c631ddbb66ff69f13c453
parent547731dc9771ffb058f8297fa59d2d0c13f8a363
Change current zone from a global variable to a constant

Only one zone is processed on each run of the tool, and the zone does not
change after the command arguments are parsed, so this is appropriate.
gatekeeper.pl