fix
This commit is contained in:
parent
76c50dba47
commit
417ca74a80
|
@ -121,7 +121,7 @@ void KyConnectSetting::dumpInfo()
|
|||
qDebug()<<"ipv4 dns" << m_ipv4Dns.at(index).toString();
|
||||
}
|
||||
|
||||
for (int index = 0 ; index << m_ipv6Address.size(); index++) {
|
||||
for (int index = 0 ; index < m_ipv6Address.size(); index++) {
|
||||
qDebug()<<"ipv6 address" << m_ipv6Address.at(index).ip().toString();
|
||||
qDebug()<<"ipv6 gate way" << m_ipv6Address.at(index).gateway().toString();
|
||||
qDebug()<<"ipv6 net mask" << m_ipv6Address.at(index).netmask().toString();
|
||||
|
|
Loading…
Reference in New Issue