Reduce the visibility of the log style global
authorJacob Bachmeyer <jcb@gnu.org>
Sat, 8 Oct 2022 03:57:13 +0000 (22:57 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Sat, 8 Oct 2022 03:57:13 +0000 (22:57 -0500)
commita088feb21fdba74aabca5542703c5a60c2a01766
treec5a179a3c7c8cdd4ff6d215603fe39311b57679a
parentd688123d38c998c431e4e2a75b6bed97f692166b
Reduce the visibility of the log style global

While $Log_Style is now a global variable, the use of "strict" means that
it is only accessible in lexical scopes where it has been aliased using
the "our" feature.  These are limited, therefore reducing its scope from
a file-scope quasi-global lexical to only the initialization code and the
ftp_syslog function, where it is actually used.
gatekeeper.pl