Skip to content

Commit

Permalink
Update src/service.rs
Browse files Browse the repository at this point in the history
Co-authored-by: João Oliveira <[email protected]>
  • Loading branch information
AgeManning and jxs authored Oct 14, 2024
1 parent 03c11cc commit 1c89cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1552,7 +1552,7 @@ impl Service {
/// class.
///
/// If we are in dual-stack mode and don't have enough votes for either ipv4 or ipv6 and the
/// requesting node/vote is what we need, then this will return true
/// requesting node/vote is what we need, then this will return true.
fn require_more_ip_votes(&mut self, is_ipv6: bool) -> bool {
if !matches!(self.ip_mode, IpMode::DualStack) {
return false;
Expand Down

0 comments on commit 1c89cf1

Please sign in to comment.