Browse Source

Merge branch 'master' of git+ssh://bind10.isc.org/var/bind10/git/bind10

Michal 'vorner' Vaner 14 years ago
parent
commit
8909387beb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/bin/msgq/msgq.py.in

+ 1 - 1
src/bin/msgq/msgq.py.in

@@ -205,7 +205,7 @@ class MsgQ:
         # TODO: When we have logging, we might want
         # to add a debug message here that a new connection
         # was made
-        self.register_socket(self, newsocket)
+        self.register_socket(newsocket)
 
     def register_socket(self, newsocket):
         """