Merge pull request #22 from Schachte/master

removing stale comment
This commit is contained in:
Emil Hernvall 2023-01-30 08:07:47 +01:00 committed by GitHub
commit b52da3b32b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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