Skip to content

Commit 814376a

Browse files
committed
Fix HostAnswersMdnsHandler responding to any A/AAAA queries even without match
1 parent 0ef522d commit 814376a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

edge-mdns/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
* Fix HostAnswersMdnsHandler responding to any A/AAAA queries even without match
10+
811
## [0.6.0] - 2025-05-29
912
* Optional `defmt` support via two new features (one has to specify one, or the other, or neither, but not both):
1013
* `log` - uses the `log` crate for all logging

edge-mdns/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -915,8 +915,6 @@ where
915915
debug!("Additional answer: [{}]", debug2format!(answer));
916916

917917
aa.push(answer)?;
918-
919-
pushed = true;
920918
}
921919

922920
Ok::<_, MdnsError>(())

0 commit comments

Comments
 (0)