INN commit: trunk/innd (art.c)

INN Commit rra at isc.org
Fri Jul 30 15:02:07 UTC 2010


    Date: Friday, July 30, 2010 @ 08:02:07
  Author: iulius
Revision: 9089

Fix the name of the variable containing the information about
required headers.  Following commit 9087.

Modified:
  trunk/innd/art.c

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

Modified: art.c
===================================================================
--- art.c	2010-07-30 14:20:58 UTC (rev 9088)
+++ art.c	2010-07-30 15:02:07 UTC (rev 9089)
@@ -688,7 +688,7 @@
      * from the overview.
      * The content of the first occurrence must be returned by HDR and OVER
      * according to RFC 3977. */
-    if (hp[i].Type == HTreq) {
+    if (ARTheaders[i].Type == HTreq) {
       hc->Length = -1;
     }
   } else {




More information about the inn-committers mailing list