Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2566
int 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
Exit
Method · 0.80
Tested by
no test coverage detected