X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fnet%2Finet6.cpp;h=8ddf1d5cb52248e771dc3e602f75c45f6de16700;hb=6625cf0e574406425c35d33110f8d99617e902df;hp=77d757082379f70e713d7587bbf0d61df675ff75;hpb=92e8064d9f43ca3e28ce9832cfe475034ab98704;p=libs%2Fnet.git diff --git a/source/net/inet6.cpp b/source/net/inet6.cpp index 77d7570..8ddf1d5 100644 --- a/source/net/inet6.cpp +++ b/source/net/inet6.cpp @@ -8,12 +8,6 @@ using namespace std; namespace Msp { namespace Net { -Inet6Addr::Inet6Addr(): - port(0) -{ - fill(addr, addr+16, 0); -} - Inet6Addr::Inet6Addr(const SysAddr &sa) { const sockaddr_in6 &sai6 = reinterpret_cast(sa.addr);