INN commit: trunk/backends (actsync.c)

INN Commit Russ_Allbery at isc.org
Sun May 25 17:08:02 UTC 2008


    Date: Sunday, May 25, 2008 @ 10:08:02
  Author: iulius
Revision: 7848

Hmm, it was only a problem of quietness (it prints the problem
but ignores the newsgroup).

Modified:
  trunk/backends/actsync.c

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

Modified: actsync.c
===================================================================
--- actsync.c	2008-05-25 17:02:04 UTC (rev 7847)
+++ actsync.c	2008-05-25 17:08:02 UTC (rev 7848)
@@ -903,7 +903,7 @@
 	}
 
 	/* look for only a bad top level element if the proper -t was given */
-	if (!TOP_CHECK(hostid)) {
+	if (TOP_CHECK(hostid)) {
 
 	    /* look for a '.' in the name */
 	    if (strcmp(cur->name, "junk") != 0 && 



More information about the inn-committers mailing list