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 Jun 26, 2023
1 parent 3cc71fc commit 7969620
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 7969620

Please sign in to comment.