Skip to content
Snippets Groups Projects
Commit a7f538f4 authored by Marek Vavruša's avatar Marek Vavruša
Browse files

xfr_handler: packet parsing code unified, axfr fallback bugfix

The problem with previous code was that the packet stripped the TSIG
section when it parsed the first IXFR packet from wire. If the code
failed though, the wire was parsed again but this time the TSIG was
already stripped on the wire so the result was garbled data.
I've thrown in some minor cleanup as well.
parent 5c5354bf
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment