INN commit: branches/2.5/frontends (pullnews.in)

INN Commit rra at isc.org
Mon Feb 8 20:54:10 UTC 2010


    Date: Monday, February 8, 2010 @ 12:54:10
  Author: iulius
Revision: 8960

Fix a typo in the name of a variable.

Thanks to Manuel Pegourie-Gonnard for the bug report.

Modified:
  branches/2.5/frontends/pullnews.in

-------------+
 pullnews.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: pullnews.in
===================================================================
--- pullnews.in	2010-02-08 20:53:30 UTC (rev 8959)
+++ pullnews.in	2010-02-08 20:54:10 UTC (rev 8960)
@@ -219,7 +219,7 @@
 die "``-C'' value not an integer: $opt_C\n" if $progressWidth !~ m!^\d+$!;
 die "``-d'' value not an integer: $opt_d\n" if $debug !~ m!^\d+$!;
 die "``-f'' value not 0.0-1.0: $opt_f\n"    if defined $opt_f and $opt_f !~ /^([01](\.0*)?|0?\.\d+)$/;
-die "``-F'' value not a hostname: $opt_F\n" if defined $opt_f and $opt_f !~ m!^[\w\-\.]+$!;
+die "``-F'' value not a hostname: $opt_F\n" if defined $opt_F and $opt_F !~ m!^[\w\-\.]+$!;
 die "``-k'' value not an integer: $opt_k\n" if $checkPoint !~ m!^\d+$!;
 die "``-M'' value not an integer: $opt_M\n" if defined $maxArts and $maxArts !~ m!^\d+$!;
 die "``-N'' value not an integer: $opt_N\n" if defined $opt_N and $opt_N !~ /^\d+$/;




More information about the inn-committers mailing list