Author: msergeant
Date: Tue Mar 18 08:18:51 2008
New Revision: 861

Modified:
   trunk/qpsmtpd-async

Log:
Config port should be =i (integer).


Modified: trunk/qpsmtpd-async
==============================================================================
--- trunk/qpsmtpd-async (original)
+++ trunk/qpsmtpd-async Tue Mar 18 08:18:51 2008
@@ -85,7 +85,7 @@
     'pid-file=s'            => \$PID_FILE,
     'd|detach'              => \$DETACH,
     'h|help'                => \&help,
-    'config-port'           => \$CONFIG_PORT,
+    'config-port=i'         => \$CONFIG_PORT,
 ) || help();
 
 # detaint the commandline

Reply via email to