Fix check for acceptable reply header.
GitOrigin-RevId: 9c636e96ef5e615fd434fb2e63e459eead57a5bb
This commit is contained in:
parent
ca2465a025
commit
590fc8f8bb
@ -404,7 +404,7 @@ bool UpdatesManager::is_acceptable_message_reply_header(
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (is_acceptable_peer(header->reply_to_peer_id_)) {
|
if (!is_acceptable_peer(header->reply_to_peer_id_)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user