Skip to content

Commit

Permalink
Remove incorrect compose_len from rrsig
Browse files Browse the repository at this point in the history
  • Loading branch information
achow101 committed May 5, 2024
1 parent c05b140 commit 96db582
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rdata/dnssec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,6 @@ impl<Name: ToName> ProtoRrsig<Name> {
&self,
target: &mut Target,
) -> Result<(), Target::AppendError> {
self.compose_len().compose(target)?;
self.type_covered.compose(target)?;
self.algorithm.compose(target)?;
self.labels.compose(target)?;
Expand Down

0 comments on commit 96db582

Please sign in to comment.