Merge pull request #7686 from Icinga/bugfix/open-connections

Fix open connections when agent waits for CA approval
This commit is contained in:
Michael Friedrich 2019-12-09 19:25:13 +01:00 committed by GitHub
commit f47142cf72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -243,6 +243,8 @@ delayed_request:
Log(LogInformation, "JsonRpcConnection")
<< "Certificate request for CN '" << cn << "' is pending. Waiting for approval.";
client->Disconnect();
return result;
}