summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorStelios Fragkakis <52996999+stelfrag@users.noreply.github.com>2020-03-26 18:02:21 +0200
committerGitHub <noreply@github.com>2020-03-26 18:02:21 +0200
commit78c3f35af87b57a2988f3878302284a9de37977e (patch)
tree7977c6881b2157d233dc1192620d3049854a6885 /daemon
parent87b39f90cd51e22c59adf8c9cde4534cb6b2dca4 (diff)
Improved ACLK (#8498)
Improved the stability of the ACLK
Diffstat (limited to 'daemon')
-rw-r--r--daemon/commands.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/daemon/commands.c b/daemon/commands.c
index c3f1f16dac..71df5a4219 100644
--- a/daemon/commands.c
+++ b/daemon/commands.c
@@ -186,8 +186,10 @@ static cmd_status_t cmd_reload_claiming_state_execute(char *args, char **message
(void)args;
(void)message;
- info("The claiming feature is still in development and subject to change before the next release");
+#ifndef ENABLE_CLOUD
+ info("The claiming feature has been disabled");
return CMD_STATUS_FAILURE;
+#endif
error_log_limit_unlimited();
info("COMMAND: Reloading Agent Claiming configuration.");