Fix prototype on ftp_die in gatekeeper script
authorJacob Bachmeyer <jcb@gnu.org>
Thu, 6 Oct 2022 02:05:21 +0000 (21:05 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Thu, 6 Oct 2022 02:05:21 +0000 (21:05 -0500)
commit8ad3f44b87af17cab113d11bfeaf0fd483332813
treef9d80c8a57a4fa84e177ff03d28861ad25026a89
parentfa7ff81054faf1c147bf8776ab23dba9fde45c86
Fix prototype on ftp_die in gatekeeper script

Currently, this prototype has no effect because the entire script has been
compiled before it is seen.  Moving ftp_die to near the beginning of the script
will cause the prototype to be checked and the incorrect prototype causes
compilation to fail.
gatekeeper.pl