diff --git a/acceptfunc.go b/acceptfunc.go index c6920f79..eba7dcd5 100644 --- a/acceptfunc.go +++ b/acceptfunc.go @@ -19,9 +19,9 @@ var DefaultMsgAcceptFunc MsgAcceptFunc = defaultMsgAcceptFunc type MsgAcceptAction int const ( - MsgAccept MsgAcceptAction = iota // Accept the message - MsgReject // Reject the message with a RcodeFormatError - MsgIgnore // Ignore the error and send nothing back. + MsgAccept MsgAcceptAction = iota // Accept the message + MsgReject // Reject the message with a RcodeFormatError + MsgIgnore // Ignore the error and send nothing back. MsgRejectNotImplemented // Reject the message with a RcodeNotImplemented ) diff --git a/fuzz_test.go b/fuzz_test.go index 165eb310..d597f41d 100644 --- a/fuzz_test.go +++ b/fuzz_test.go @@ -144,7 +144,6 @@ func TestCrashNSEC3(t *testing.T) { } } - // TestNewRRCommentLengthCrasherString test inputs to NewRR that generated crashes. func TestNewRRCommentLengthCrasherString(t *testing.T) { tests := []struct {