Commit ac7e80d6 authored by dogmaphobic's avatar dogmaphobic

Oops, removing a host instead of a ghost :)

parent 2ad98715
......@@ -190,7 +190,7 @@ bool UDPLink::_writeBytes()
} while (_config->nextHost(host, port));
//-- Remove hosts that are no longer there
foreach (QString ghost, goneHosts) {
_config->removeHost(host);
_config->removeHost(ghost);
}
}
delete qdata;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment