INN commit: branches/2.6/frontends (sys2nf.c)

INN Commit rra at isc.org
Thu May 5 12:43:39 UTC 2016


    Date: Thursday, May 5, 2016 @ 05:43:39
  Author: iulius
Revision: 10016

sys2nf:  Remove extra parameter

Modified:
  branches/2.6/frontends/sys2nf.c

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

Modified: sys2nf.c
===================================================================
--- sys2nf.c	2016-05-05 12:43:09 UTC (rev 10015)
+++ sys2nf.c	2016-05-05 12:43:39 UTC (rev 10016)
@@ -309,7 +309,7 @@
 	DoSub(F, f2);
 	fprintf(F, "\\\n");
 	if (strcmp(f3, "n") == 0)
-	    fprintf(F, "\t:Tf,Wnm\\\n", f3);
+	    fprintf(F, "\t:Tf,Wnm\\\n");
 	else
 	    fprintf(F, "\t:HELP%s\\\n", f3);
 	fprintf(F, "\t:%s\n", f4);



More information about the inn-committers mailing list