BIND 10 #262: xfrout fails

BIND 10 Development do-not-reply at isc.org
Wed Jun 30 15:13:54 UTC 2010


#262: xfrout fails
----------------------+-----------------------------------------------------
 Reporter:  jelte     |        Owner:                                                
     Type:  defect    |       Status:  new                                           
 Priority:  critical  |    Milestone:  05. 3rd Incremental Release: Serious Secondary
Component:  xfrout    |   Resolution:                                                
 Keywords:            |    Sensitive:  0                                             
----------------------+-----------------------------------------------------

Comment(by jelte):

 this fixes it:

 {{{
 Index: src/bin/xfrout/xfrout.py.in
 ===================================================================
 --- src/bin/xfrout/xfrout.py.in (revision 2343)
 +++ src/bin/xfrout/xfrout.py.in (working copy)
 @@ -58,8 +58,8 @@

  class XfroutSession(BaseRequestHandler):
      def __init__(self, request, client_address, server, log):
 +        self._log = log
          BaseRequestHandler.__init__(self, request, client_address,
 server)
 -        self._log = log

      def handle(self):
          fd = recv_fd(self.request.fileno())

 }}}

 It would seem that the initializer for the superclass already results in
 calls being made that need the _log value to be set, so setting it before
 calling the superclass fixes it.

-- 
Ticket URL: <http://bind10.isc.org/ticket/262#comment:1>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list