Fixed balancer.
This commit is contained in:
parent
4e35165f3d
commit
f9dcbc7f13
1 changed files with 1 additions and 1 deletions
|
@ -275,7 +275,7 @@ void handleServer(void * servName){
|
|||
hosts[host].availBandwidth = bandwidth.asInt();
|
||||
|
||||
INFO_MSG("Monitoring %s on port %d.", host.c_str(), port, passphrase.c_str());
|
||||
down = true;
|
||||
bool down = true;
|
||||
|
||||
Socket::Connection servConn(host, port, false);
|
||||
while (cfg->is_active){
|
||||
|
|
Loading…
Add table
Reference in a new issue