INN commit: trunk/frontends (rnews.c)

INN Commit rra at isc.org
Sun May 24 09:55:08 UTC 2020


    Date: Sunday, May 24, 2020 @ 02:55:08
  Author: iulius
Revision: 10379

Typo fix in a variable name

Should have done a rebuild before committing!

Modified:
  trunk/frontends/rnews.c

---------+
 rnews.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: rnews.c
===================================================================
--- rnews.c	2020-05-24 09:52:10 UTC (rev 10378)
+++ rnews.c	2020-05-24 09:55:08 UTC (rev 10379)
@@ -34,7 +34,7 @@
 } HEADER;
 
 
-static bool     addtionalUnpackers = true;
+static bool     additionalUnpackers = true;
 static bool     backupBad = false;
 static bool     Verbose = false;
 static const char	*InputFile = "stdin";



More information about the inn-committers mailing list