Skip to content

Commit

Permalink
Fix compiler error
Browse files Browse the repository at this point in the history
  • Loading branch information
badaix committed Dec 30, 2023
1 parent 15d64ff commit 761878d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/browseZeroConf/browse_bonjour.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ bool BrowseBonjour::browse(const string& serviceName, mDNSResult& result, int /*
}

// DNS/mDNS Resolve
deque<mDNSResult> resultCollection(resolveCollection.size(), mDNSResult{IPVersion::IPv4, 0, "", "", 0, false});
deque<mDNSResult> resultCollection(resolveCollection.size(), mDNSResult{});
{
DNSServiceHandle service(new DNSServiceRef(NULL));
unsigned i = 0;
Expand Down

0 comments on commit 761878d

Please sign in to comment.