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 Dec 6, 2021
1 parent 6bf56e3 commit 2034444
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 2034444

Please sign in to comment.