From d30a206a15831bdd3933ddda1f1fc96311beae1f Mon Sep 17 00:00:00 2001 From: Cloud Wu Date: Tue, 24 Jun 2014 11:51:52 +0800 Subject: [PATCH] bugfix: typo --- service/cslave.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/cslave.lua b/service/cslave.lua index e03c1b83..71625818 100644 --- a/service/cslave.lua +++ b/service/cslave.lua @@ -132,7 +132,7 @@ local function monitor_harbor(master_fd) if t == "Q" then -- query name if globalname[arg] then - skynet.redirect(harbor_service, globalname[arg], "harbor", "N " .. arg) + skynet.redirect(harbor_service, globalname[arg], "harbor", 0, "N " .. arg) else socket.write(master_fd, pack_package("Q", arg)) end