mirror of https://github.com/Icinga/icinga2.git
Merge pull request #7686 from Icinga/bugfix/open-connections
Fix open connections when agent waits for CA approval
This commit is contained in:
commit
f47142cf72
|
@ -243,6 +243,8 @@ delayed_request:
|
|||
Log(LogInformation, "JsonRpcConnection")
|
||||
<< "Certificate request for CN '" << cn << "' is pending. Waiting for approval.";
|
||||
|
||||
client->Disconnect();
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue