mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08: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;
|
it->second.activeTime = activeTime;
|
||||||
if( it->second.protocolVersion != protoVer ) it->second.protocolVersion = protoVer;
|
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.procName.c_str(), procname ) != 0 ) it->second.procName = procname;
|
||||||
if( strcmp( it->second.address.c_str(), address ) != 0 ) it->second.address = address;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user