forgot to remove uneeded copy
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 27 Aug 2008 11:39:31 -0700
changeset 3563 775d9648a294
parent 3562 385bdac52fd3
child 3564 92ef80f0352e
forgot to remove uneeded copy
src/node/node.cc
--- a/src/node/node.cc	Tue Aug 26 23:16:31 2008 -0700
+++ b/src/node/node.cc	Wed Aug 27 11:39:31 2008 -0700
@@ -255,7 +255,7 @@
             {
               if (promiscuous == i->promiscuous)
                 {
-                  i->handler (device, packet->Copy (), protocol, from, to, packetType);
+                  i->handler (device, packet, protocol, from, to, packetType);
                   found = true;
                 }
             }