summaryrefslogtreecommitdiffstats
path: root/claim
diff options
context:
space:
mode:
authorAndrew Moss <1043609+amoss@users.noreply.github.com>2020-03-10 12:21:32 +0100
committerGitHub <noreply@github.com>2020-03-10 12:21:32 +0100
commit4acc880bab388c6ea61a1016dcbc44e387dd932c (patch)
treeb553a306024f2c5048e81db934902d8673e2c83f /claim
parent3e272d1cffae08312496b2451adea7115a7aae8f (diff)
Improve ACLK according to results of the smoke-test. (#8358)
* Cleaning up the ACLK part 2 (#8187) * Initial proxy support implementation (#8146) * Implement the ACLK Challenge-Response Authentication (#8317) Co-authored-by: Timo <6674623+underhood@users.noreply.github.com>
Diffstat (limited to 'claim')
-rw-r--r--claim/claim.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/claim/claim.c b/claim/claim.c
index 72b6b42914..da4f5594d6 100644
--- a/claim/claim.c
+++ b/claim/claim.c
@@ -36,8 +36,10 @@ extern struct registry registry;
/* rrd_init() must have been called before this function */
void claim_agent(char *claiming_arguments)
{
+#ifndef ENABLE_ACLK
info("The claiming feature is under development and still subject to change before the next release");
return;
+#endif
int exit_code;
pid_t command_pid;