fixed typo

This commit is contained in:
orignal 2016-01-12 09:34:46 -05:00
parent 870e84a700
commit 5eee430be3

View File

@ -520,7 +520,7 @@ namespace data
for (auto it: m_Addresses) // don't insert same address twice
if (it == addr) return;
m_Addresses.push_back(addr);
m_SupportedTransports |= addr.host.is_v6 () ? eNTCPV6 : eSSUV4;
m_SupportedTransports |= addr.host.is_v6 () ? eSSUV6 : eSSUV4;
m_Caps |= eSSUTesting;
m_Caps |= eSSUIntroducer;
}