diff --git a/zparse.go b/zparse.go index eb97156c..0f31e9bf 100644 --- a/zparse.go +++ b/zparse.go @@ -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. diff --git a/zparse.rl b/zparse.rl index b85b2acf..dc74b04a 100644 --- a/zparse.rl +++ b/zparse.rl @@ -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.