Added generic session ID overrider.

This commit is contained in:
Thulinma 2016-05-18 13:24:23 +02:00
parent a5353b0acd
commit edb1d5ca67
5 changed files with 12 additions and 6 deletions

View file

@ -861,7 +861,6 @@ namespace Mist {
/*LTS-END*/
DEBUG_MSG(DLVL_MEDIUM, "MistOut client handler started");
while (config->is_active && myConn.connected() && (wantRequest || parseData)){
stats();
if (wantRequest){
requestHandler();
}