We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eed4db commit 3899747Copy full SHA for 3899747
src/lib/dnssd/minimal_mdns/QueryReplyFilter.h
@@ -66,7 +66,7 @@ class QueryReplyFilter : public ReplyFilter
66
private:
67
bool AcceptableQueryType(QType qType)
68
{
69
- if (mSendingAdditionalItems && mQueryData.IsBootAdvertising())
+ if (mSendingAdditionalItems)
70
71
return true;
72
}
0 commit comments