nicer layout

This commit is contained in:
Miek Gieben 2012-01-21 12:22:26 +01:00
parent 5f0914413c
commit 6d6c79a0f8
1 changed files with 2 additions and 2 deletions

View File

@ -145,9 +145,9 @@ forever:
r.Reply = shortMsg(r.Reply)
}
fmt.Printf("%v\n", r.Reply)
fmt.Printf("%v", r.Reply)
if *check {
println()
sigCheck(r.Reply, nameserver)
if err := r.Reply.Nsec3Verify(r.Reply.Question[0]); err == nil {
fmt.Printf(";+ Correct authenticated denial of existence (NSEC3)\n")