MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / CleanSSHTunnelPipe

Method CleanSSHTunnelPipe

Plugins/FreeRDP/Client/BackendFreeRDP.cpp:2566–2574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2564}
2565
2566int CBackendFreeRDP::CleanSSHTunnelPipe()
2567{
2568 if(m_pThreadSSH)
2569 {
2570 m_pThreadSSH->Exit();
2571 m_pThreadSSH = nullptr;
2572 }
2573 return 0;
2574}
2575#endif // HAVE_LIBSSH

Callers

nothing calls this directly

Calls 1

ExitMethod · 0.80

Tested by

no test coverage detected