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

INN Commit Russ_Allbery at isc.org
Sun Dec 14 16:49:28 UTC 2008


    Date: Sunday, December 14, 2008 @ 08:49:28
  Author: iulius
Revision: 8230

Fix a compilation issue.

Modified:
  branches/2.4/frontends/sys2nf.c

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

Modified: sys2nf.c
===================================================================
--- sys2nf.c	2008-12-14 16:48:56 UTC (rev 8229)
+++ sys2nf.c	2008-12-14 16:49:28 UTC (rev 8230)
@@ -174,7 +174,7 @@
         "ba", "ca", "dc", "ne", "ny", "tx",
 
         "info", "mail", "opinions", "uunet"
-    }
+    };
 
     if ((s = strtok(p, ",")) == NULL)
 	return;




More information about the inn-committers mailing list