Skip to content

Commit

Permalink
Remove duplicate initialization of is_fqdn
Browse files Browse the repository at this point in the history
  • Loading branch information
saethlin authored and bluejekyll committed Mar 8, 2021
1 parent 26d951e commit 61122bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/proto/src/rr/domain/name.rs
Expand Up @@ -173,7 +173,6 @@ impl Name {
is_fqdn: true,
..Default::default()
};
name.is_fqdn = true;
for label in labels {
name = name.append_label(label)?;
}
Expand Down

0 comments on commit 61122bc

Please sign in to comment.