INN commit: trunk/storage (ov.c)

INN Commit Russ_Allbery at isc.org
Wed Apr 16 16:54:54 UTC 2008


    Date: Wednesday, April 16, 2008 @ 09:54:53
  Author: iulius
Revision: 7776

Fix a bug in OVcancel (undefined variable).

Modified:
  trunk/storage/ov.c

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

Modified: ov.c
===================================================================
--- ov.c	2008-04-16 16:52:48 UTC (rev 7775)
+++ ov.c	2008-04-16 16:54:53 UTC (rev 7776)
@@ -263,7 +263,7 @@
     if (xref == NULL)
         goto fail;
     xrefend = wire_endheader(xref, art->data + art->len - 1);
-    if (end == NULL)
+    if (xrefend == NULL)
         goto fail;
     xreflen = xrefend - xref + 1;
     xref_copy = xstrndup(xref, xreflen);



More information about the inn-committers mailing list