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:
parent
6f1a048cf3
commit
b7f39a9713
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user