| author | Mathieu Lacage <mathieu.lacage@sophia.inria.fr> |
| Wed Aug 27 11:39:31 2008 -0700 (17 months ago) | |
| changeset 3582 | 775d9648a294 |
| parent 3581 | 385bdac52fd3 |
| child 3583 | 92ef80f0352e |
1.1 --- a/src/node/node.cc Tue Aug 26 23:16:31 2008 -0700 1.2 +++ b/src/node/node.cc Wed Aug 27 11:39:31 2008 -0700 1.3 @@ -255,7 +255,7 @@ 1.4 { 1.5 if (promiscuous == i->promiscuous) 1.6 { 1.7 - i->handler (device, packet->Copy (), protocol, from, to, packetType); 1.8 + i->handler (device, packet, protocol, from, to, packetType); 1.9 found = true; 1.10 } 1.11 }