removed unused disconnectFromHost() from ServerController
This commit is contained in:
parent
51d7cdfd31
commit
af5b9172ef
5 changed files with 0 additions and 13 deletions
|
|
@ -372,8 +372,6 @@ void VpnConnection::connectToVpn(int serverIndex,
|
|||
|
||||
createProtocolConnections();
|
||||
|
||||
m_serverController->disconnectFromHost(credentials);
|
||||
|
||||
e = m_vpnProtocol.data()->start();
|
||||
if (e) emit VpnProtocol::Error;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue