BIND 10 master, updated. 0b690e4c4a93543a1f0e0a2aff0206d605ac1d33 [master] removed accidentally committed code with the previous fix.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu May 16 20:44:46 UTC 2013
The branch, master has been updated
via 0b690e4c4a93543a1f0e0a2aff0206d605ac1d33 (commit)
from 7f8feaab9ff4bdfa54c61e4cdcc5e9216fab3c3c (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 0b690e4c4a93543a1f0e0a2aff0206d605ac1d33
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Thu May 16 13:44:02 2013 -0700
[master] removed accidentally committed code with the previous fix.
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrout/xfrout.py.in | 8 --------
1 file changed, 8 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrout/xfrout.py.in b/src/bin/xfrout/xfrout.py.in
index ab6d091..1863ad0 100755
--- a/src/bin/xfrout/xfrout.py.in
+++ b/src/bin/xfrout/xfrout.py.in
@@ -152,14 +152,6 @@ def get_soa_serial(soa_rdata):
'''
return Serial(int(soa_rdata.to_text().split()[2]))
-def make_blocking(fd, on=True):
- flags = fcntl.fcntl(fd, fcntl.F_GETFL)
- if on: # make it blocking
- flags &= ~os.O_NONBLOCK
- else: # make it non blocking
- flags |= os.O_NONBLOCK
- fcntl.fcntl(fd, fcntl.F_SETFL, flags)
-
class XfroutSession():
def __init__(self, sock_fd, request_data, server, tsig_key_ring, remote,
default_acl, zone_config, client_class=DataSourceClient):
More information about the bind10-changes
mailing list