Merge branch 'dev' of github.com:miekg/dns into dev

This commit is contained in:
Miek Gieben 2012-08-08 14:09:52 +02:00
commit 634fc35d9f
1 changed files with 0 additions and 2 deletions

View File

@ -21,7 +21,6 @@ var (
)
func serve(w dns.ResponseWriter, r *dns.Msg, c *Cache) {
// Check for "special queries"
switch {
case r.IsNotify():
if *flaglog {
@ -84,7 +83,6 @@ func main() {
for {
// Every 10 sec run the cache cleaner
time.Sleep(10 * 1e9)
log.Printf("cache clean")
cache.Evict()
}
}()