Skip to content

Commit

Permalink
Update resolv.cr
Browse files Browse the repository at this point in the history
  • Loading branch information
mamantoha committed Jun 27, 2024
1 parent 4e5beb5 commit 938f8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolv.cr
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ module Resolv
offset += 4

minimum = (response[offset].to_u32 << 24) | (response[offset + 1].to_u32 << 16) | (response[offset + 2].to_u32 << 8) | response[offset + 3].to_u32
offset += 4
# offset += 4

Resource::SOA.new(mname, rname, serial, refresh, retry, expire, minimum)
end
Expand Down

0 comments on commit 938f8ee

Please sign in to comment.