Skip to content

Commit

Permalink
Always reply additional data to all queries (not only for ANY or init…
Browse files Browse the repository at this point in the history
…ial advertisement) (#12413)
  • Loading branch information
andy31415 authored and pull[bot] committed Apr 25, 2022
1 parent 4481e26 commit 1896947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/dnssd/minimal_mdns/QueryReplyFilter.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class QueryReplyFilter : public ReplyFilter
private:
bool AcceptableQueryType(QType qType)
{
if (mSendingAdditionalItems && mQueryData.IsBootAdvertising())
if (mSendingAdditionalItems)
{
return true;
}
Expand Down

0 comments on commit 1896947

Please sign in to comment.