Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
johanix committed Jun 5, 2024
1 parent c35b535 commit 79accca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xfr.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,7 @@ func (td *TemData) RpzIxfrOut(w dns.ResponseWriter, r *dns.Msg) (uint32, int, er
case *dns.SOA:
curserial = rr.Serial
default:
td.Logger.Printf("RpzIxfrOut: unexpected RR in IXFR request Authority section:\n%s\n",
rr.String())
td.Logger.Printf("RpzIxfrOut: unexpected RR in IXFR request Authority section:\n%s\n", rr.String())
}
}
}
Expand Down

0 comments on commit 79accca

Please sign in to comment.