fix for domain failed reconnect after disconnect

This commit is contained in:
Stephen Birarda 2014-12-12 09:47:15 -08:00
parent aae000d50e
commit 687072f19c

View file

@ -73,6 +73,7 @@ void DomainHandler::hardReset() {
qDebug() << "Hard reset in NodeList DomainHandler.";
_iceDomainID = QUuid();
_iceServerSockAddr = HifiSockAddr();
_hostname = QString();
_sockAddr.setAddress(QHostAddress::Null);
}