Skip to content

Commit 3899747

Browse files
andy31415pull[bot]
authored andcommitted
Always reply additional data to all queries (not only for ANY or initial advertisement) (#12413)
1 parent 4eed4db commit 3899747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/dnssd/minimal_mdns/QueryReplyFilter.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class QueryReplyFilter : public ReplyFilter
6666
private:
6767
bool AcceptableQueryType(QType qType)
6868
{
69-
if (mSendingAdditionalItems && mQueryData.IsBootAdvertising())
69+
if (mSendingAdditionalItems)
7070
{
7171
return true;
7272
}

0 commit comments

Comments
 (0)