Revise ftp_abort to be useful in a forked child process
authorJacob Bachmeyer <jcb@gnu.org>
Wed, 26 Oct 2022 01:25:55 +0000 (20:25 -0500)
committerJacob Bachmeyer <jcb@gnu.org>
Wed, 26 Oct 2022 01:25:55 +0000 (20:25 -0500)
commit601aa1e5a005826f49342f9020c92d831c3a54d3
treefef30a767be660aacdb2932efc441ff88d2b5413
parent5f3bbe5754c1dadc23f4b2fea19506741fbf1100
Revise ftp_abort to be useful in a forked child process

This commit introduces global variables to control the destination of an
abort message and the default exit code.  These variables are accessed
using lexical aliases and are only accessible in the code that uses them.
gatekeeper.pl