Config port should be =i (integer).

git-svn-id: https://svn.perl.org/qpsmtpd/trunk@861 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
Matt Sergeant 2008-03-18 15:18:51 +00:00
parent 6f1a048cf3
commit b7f39a9713

View File

@ -85,7 +85,7 @@ GetOptions(
'pid-file=s' => \$PID_FILE, 'pid-file=s' => \$PID_FILE,
'd|detach' => \$DETACH, 'd|detach' => \$DETACH,
'h|help' => \&help, 'h|help' => \&help,
'config-port' => \$CONFIG_PORT, 'config-port=i' => \$CONFIG_PORT,
) || help(); ) || help();
# detaint the commandline # detaint the commandline