From 5e97e8340131de8abaa6231200786c22a32a4270 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 26 Jun 2019 18:37:52 +0200 Subject: [PATCH] Address can't change. --- profiler/src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index 1485bb6b..faeeb046 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -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; } } }