removed unused disconnectFromHost() from ServerController
This commit is contained in:
parent
51d7cdfd31
commit
af5b9172ef
5 changed files with 0 additions and 13 deletions
|
@ -839,12 +839,6 @@ void ServerController::setCancelInstallation(const bool cancel)
|
|||
m_cancelInstallation = cancel;
|
||||
}
|
||||
|
||||
void ServerController::disconnectFromHost(const ServerCredentials &credentials)
|
||||
{
|
||||
// SshConnection *client = acquireConnection(sshParams(credentials));
|
||||
// if (client) client->disconnectFromHost();
|
||||
}
|
||||
|
||||
ErrorCode ServerController::setupServerFirewall(const ServerCredentials &credentials)
|
||||
{
|
||||
return runScript(credentials,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue