Address can't change.

This commit is contained in:
Bartosz Taudul 2019-06-26 18:37:52 +02:00
parent 913c1e57a6
commit 5e97e83401

View File

@ -321,7 +321,6 @@ int main( int argc, char** argv )
it->second.activeTime = activeTime;
if( it->second.protocolVersion != protoVer ) it->second.protocolVersion = protoVer;
if( strcmp( it->second.procName.c_str(), procname ) != 0 ) it->second.procName = procname;
if( strcmp( it->second.address.c_str(), address ) != 0 ) it->second.address = address;
}
}
}