Comment 10 for bug 206778

Revision history for this message
Big Muscle (bigmuscle) wrote :

Also, I think there's a bug in ClientManager.cpp, function findOnlineUser.

there's: if(u->getClient().getAddress() == hintUrl) {
but it should be if(u->getClient().getHubUrl() == hintUrl) {

because hintUrl is usually set to hubUrl and not to address.