removing stale comment

This commit is contained in:
Ryan Schachte 2023-01-29 14:47:24 -08:00
parent 17435134ec
commit a3218e3491

View File

@ -599,7 +599,6 @@ impl DnsHeader {
self.authoritative_entries = buffer.read_u16()?; self.authoritative_entries = buffer.read_u16()?;
self.resource_entries = buffer.read_u16()?; self.resource_entries = buffer.read_u16()?;
// Return the constant header size
Ok(()) Ok(())
} }
} }