Skip to content

Commit 4060078

Browse files
committed
Fix for #25
1 parent b1a050f commit 4060078

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

edge-mdns/src/host.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ impl<'a> Service<'a> {
9898
F: FnMut(HostAnswer) -> Result<(), E>,
9999
E: From<MdnsError>,
100100
{
101+
host.visit_answers(&mut f)?;
102+
101103
let owner = &[self.name, self.service, self.protocol, "local"];
102104
let stype = &[self.service, self.protocol, "local"];
103105
let target = &[host.hostname, "local"];

0 commit comments

Comments
 (0)