diff --git a/daemon/sbin/core-daemon b/daemon/sbin/core-daemon index 67de30fb..365dd338 100755 --- a/daemon/sbin/core-daemon +++ b/daemon/sbin/core-daemon @@ -295,7 +295,7 @@ class CoreRequestHandler(SocketServer.BaseRequestHandler): # Added to allow the API2 handler to define a different behavior when replying # to messages from clients - def dispatchreplies(self, reply): + def dispatchreplies(self, replies): ''' Dispatch replies to a handled message. ''' for reply in replies: