INN commit: trunk/nnrpd (post.c)

INN Commit rra at isc.org
Wed Dec 30 11:42:02 UTC 2009


    Date: Wednesday, December 30, 2009 @ 03:42:02
  Author: iulius
Revision: 8875

Fix a mistake in commit 8873 to handle IHAVE like POST.  Sorry!

Modified:
  trunk/nnrpd/post.c

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

Modified: post.c
===================================================================
--- post.c	2009-12-29 22:35:13 UTC (rev 8874)
+++ post.c	2009-12-30 11:42:02 UTC (rev 8875)
@@ -338,7 +338,7 @@
 
     /* Do some preliminary fix-ups. */
     for (hp = Table; hp < ARRAY_END(Table); hp++) {
-	if (hp->CanSet && hp->Value) {
+	if (!hp->CanSet && hp->Value) {
 	    snprintf(Error, sizeof(Error),
 		     "Can't set system %s: header", hp->Name);
 	    return Error;




More information about the inn-committers mailing list