diff options
Diffstat (limited to '')
-rw-r--r-- | claim/claim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/claim/claim.c b/claim/claim.c index f06679786..59c21aa35 100644 --- a/claim/claim.c +++ b/claim/claim.c @@ -31,7 +31,7 @@ static char *claiming_errors[] = { /* Retrieve the claim id for the agent. * Caller owns the string. */ -char *is_agent_claimed() +char *get_agent_claimid() { char *result; rrdhost_aclk_state_lock(localhost); |