still need the copy

This commit is contained in:
Miek Gieben 2011-08-03 15:05:13 +02:00
parent 4fbdf56f5f
commit dfbfa8b452
1 changed files with 0 additions and 1 deletions

View File

@ -78,7 +78,6 @@ func (c Cache) lookup(q *dns.Msg) []byte {
e := make([]byte, len(d.msg))
copy(e, d.msg)
return e
return d.msg
}
}
return nil