Skip to content

Commit

Permalink
Fix merge problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Broer committed Oct 18, 2015
1 parent d572f59 commit b997a2d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions server/forwarding.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,6 @@ Redo:
}
// Restore original question
r.Question[0] = reqOrig.Question[0]
} else if r.Rcode == dns.RcodeNameError && len(s.config.SearchDomains) > 0 {
// Got a NXDOMAIN reply for a multi-label qname
// Need to continue resolving it by qualifying the name with the search paths
searchFix = true
goto RedoSearch
}

r.Compress = true
Expand Down

0 comments on commit b997a2d

Please sign in to comment.