* dropped swapping of addresses when delivering locally via loopback, since

that is neither correct (source and destination are ok as they are) 
  nor does it have any effect (since those values are clobbered by the
  domain module afterwards)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26516 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Oliver Tappe 2008-07-19 21:47:03 +00:00
parent 54badb1f36
commit 4d6c666d22

View File

@ -110,8 +110,6 @@ loopback_control(net_device *device, int32 op, void *argument,
status_t
loopback_send_data(net_device *device, net_buffer *buffer)
{
gBufferModule->swap_addresses(buffer);
return sStackModule->device_enqueue_buffer(device, buffer);
}