merge implicit conversion tree

This commit is contained in:
Mathieu Lacage
2007-08-06 15:32:27 +02:00
15 changed files with 97 additions and 40 deletions

View File

@@ -271,7 +271,7 @@ UdpSocket::ForwardUp (const Packet &packet, Ipv4Address ipv4, uint16_t port)
return;
}
Address address = InetSocketAddress (ipv4, port).ConvertTo ();
Address address = InetSocketAddress (ipv4, port);
Packet p = packet;
if (!m_dummyRxCallback.IsNull ())
{