BIND 10 trac419, updated. 2f0de2e7a8d594fd40c4fb2449232bb5cd64efa9 [trac419] fix some comments typo
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Mar 1 15:03:15 UTC 2011
The branch, trac419 has been updated
via 2f0de2e7a8d594fd40c4fb2449232bb5cd64efa9 (commit)
from dadeedb633df1f3793c32fa283c82f22fcdb7ff4 (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 2f0de2e7a8d594fd40c4fb2449232bb5cd64efa9
Author: chenzhengzhang <jerry.zzpku at gmail.com>
Date: Tue Mar 1 23:02:51 2011 +0800
[trac419] fix some comments typo
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrout/xfrout.py.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrout/xfrout.py.in b/src/bin/xfrout/xfrout.py.in
index a987312..e0c510b 100644
--- a/src/bin/xfrout/xfrout.py.in
+++ b/src/bin/xfrout/xfrout.py.in
@@ -346,8 +346,8 @@ class UnixSockServer(socketserver_mixin.NoPollMixIn, ThreadingUnixStreamServer):
break
def _handle_request_noblock(self):
- """Overide the function _handle_request_noblock(), it create a new thread to
- handle requests for each auth"""
+ """Override the function _handle_request_noblock(), it creates a new
+ thread to handle requests for each auth"""
td = threading.Thread(target=self.handle_request)
td.setDaemon(True)
td.start()
More information about the bind10-changes
mailing list