BIND 10 master, updated. 804f48610620ea057b91857ed6d3c993f796c444 [master] removed a garbage from a comment.
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jan 14 22:03:39 UTC 2013
The branch, master has been updated
via 804f48610620ea057b91857ed6d3c993f796c444 (commit)
from 7800a308cb8db2193f8406e1ef4db1f7f6dd0332 (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 804f48610620ea057b91857ed6d3c993f796c444
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Jan 14 14:02:31 2013 -0800
[master] removed a garbage from a comment.
It was introduced at commit 71eee6e2 for no apparent reason. I believe
it's a merge error or simple typo. Directly committing.
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/log/log.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/log/log.cc b/src/lib/python/isc/log/log.cc
index 7b95201..108efe3 100644
--- a/src/lib/python/isc/log/log.cc
+++ b/src/lib/python/isc/log/log.cc
@@ -40,7 +40,7 @@ using boost::bind;
// (tags/RELEASE_28 115909)) on OSX, where unwinding the stack
// segfaults the moment this exception was thrown and caught.
//
-// Placing it in a named namespace instead of the originalRecommend
+// Placing it in a named namespace instead of the original
// unnamed namespace appears to solve this, so as a temporary
// workaround, we create a local randomly named namespace here
// to solve this issue.
More information about the bind10-changes
mailing list