BIND 10 trac2066, updated. 0b2ed3a094e9c083d22df78c89c503c80d4e2dbf [2066] missing double-quote
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Aug 9 06:55:24 UTC 2012
The branch, trac2066 has been updated
via 0b2ed3a094e9c083d22df78c89c503c80d4e2dbf (commit)
from 762239bdb617fcd2a3a737470f52aa5b5b70ccb9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0b2ed3a094e9c083d22df78c89c503c80d4e2dbf
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed Aug 8 23:55:08 2012 -0700
[2066] missing double-quote
-----------------------------------------------------------------------
Summary of changes:
doc/guide/bind10-guide.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml
index 5df1c5c..97437c8 100644
--- a/doc/guide/bind10-guide.xml
+++ b/doc/guide/bind10-guide.xml
@@ -1413,7 +1413,7 @@ TODO
{
"from": ["192.0.2.1", "2001:db8::1"],
"key": "first.key",
- "action": "ACCEPT
+ "action": "ACCEPT"
},
{
"from": ["192.0.2.2", "2001:db8::2"],
More information about the bind10-changes
mailing list