small change to compiler version stamp

This commit is contained in:
Mark Vejvoda
2010-04-30 02:34:19 +00:00
parent 19cd66fc2d
commit e7cb595ae8
5 changed files with 9 additions and 7 deletions

View File

@@ -322,7 +322,8 @@ void ServerInterface::waitUntilReady(Checksum* checksum){
return;
}
waitingForHosts.push_back(connectionSlot->getHostName());
//waitingForHosts.push_back(connectionSlot->getHostName());
waitingForHosts.push_back(connectionSlot->getName());
allReady= false;
}