summaryrefslogtreecommitdiff
path: root/xmake/modules/private/service/remote_build/server.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2022-04-30 11:56:43 +0800
committerruki <[email protected]>2022-04-30 11:56:43 +0800
commit5eefc5ccbc5ca936b50a43ad24d3f771630ccd10 (patch)
tree5500b57de831e935a919ac51888fbcb35fb4af0d /xmake/modules/private/service/remote_build/server.lua
parent72e9d69c25aaa720baa5191a47f1a8f7a24a7fd4 (diff)
move auths config
Diffstat (limited to 'xmake/modules/private/service/remote_build/server.lua')
-rw-r--r--xmake/modules/private/service/remote_build/server.lua4
1 files changed, 0 insertions, 4 deletions
diff --git a/xmake/modules/private/service/remote_build/server.lua b/xmake/modules/private/service/remote_build/server.lua
index c6a80fa42..fe720310b 100644
--- a/xmake/modules/private/service/remote_build/server.lua
+++ b/xmake/modules/private/service/remote_build/server.lua
@@ -41,10 +41,6 @@ function remote_build_server:init(daemon)
local address = assert(config.get("remote_build.server.listen"), "config(remote_build.server.listen): not found!")
super.address_set(self, address)
- -- init authorizations
- local auths = config.get("remote_build.server.auths")
- super.auths_set(self, auths)
-
-- init handler
super.handler_set(self, self._on_handle)