mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-poco.git
synced 2025-11-01 11:07:53 +00:00
clang/gcc fixes
This commit is contained in:
@@ -114,7 +114,7 @@ public:
|
||||
Poco::FastMutex::ScopedLock lock(_mutex);
|
||||
SocketImpl* sockImpl = socket.impl();
|
||||
return sockImpl &&
|
||||
(_socketMap.find(sockImpl->sockfd()) != _socketMap.end());
|
||||
(_socketMap.find(sockImpl) != _socketMap.end());
|
||||
}
|
||||
|
||||
bool empty() const
|
||||
|
||||
Reference in New Issue
Block a user