One more query to acknowledge.

This commit is contained in:
Bartosz Taudul 2021-06-13 01:08:04 +02:00
parent f773e18375
commit 1f07a4ce35
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -3260,6 +3260,7 @@ void Profiler::HandleSymbolCodeQuery( uint64_t symbol, uint32_t size )
// but not readable. // but not readable.
if( !EnsureReadable( symbol ) ) if( !EnsureReadable( symbol ) )
{ {
AckServerQuery();
return; return;
} }
#endif #endif