mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Address can't change.
This commit is contained in:
parent
913c1e57a6
commit
5e97e83401
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user