From 821d78dfb59b9b4ff516267459c9167895399aa3 Mon Sep 17 00:00:00 2001 From: Rod A Santiago Date: Wed, 27 Jul 2016 10:02:35 -0700 Subject: [PATCH] Fixed typo in dispatchReplies argument. --- daemon/sbin/core-daemon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: