this code is not wrong.
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed Jun 04 11:59:31 2008 -0700 (20 months ago)
changeset 322505651cb8006b
parent 3224 141aece56ae6
child 3226 8c191779d1c2
this code is not wrong.
src/common/packet-metadata.cc
     1.1 --- a/src/common/packet-metadata.cc	Wed Jun 04 11:59:11 2008 -0700
     1.2 +++ b/src/common/packet-metadata.cc	Wed Jun 04 11:59:31 2008 -0700
     1.3 @@ -750,7 +750,6 @@
     1.4         * location.
     1.5         */
     1.6        tailExtraItem.fragmentEnd = extraItem.fragmentEnd;
     1.7 -      // XXX This call might be wrong. 
     1.8        ReplaceTail (&tailItem, &tailExtraItem, tailSize);
     1.9        current = item.next;
    1.10      }