Reset _IOBUF

This commit is contained in:
Miek Gieben 2011-07-22 22:16:56 +02:00
parent 4f6b1f7ee2
commit db5b40c000
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ import (
"strconv"
)
//const _IOBUF = 65365
//const _IOBUF = 65365 // See comments in gdnsd
const _IOBUF = 3e7
// Return the rdata fields as a string slice.

View File

@ -11,7 +11,7 @@ import (
"strconv"
)
//const _IOBUF = 65365
//const _IOBUF = 65365 // See comments in gdnsd
const _IOBUF = 3e7
// Return the rdata fields as a string slice.