mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-10 03:54:54 -06:00
Core/SSH: Removed RLOGs
git-svn-id: svn://ultimatepp.org/upp/trunk@14370 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
e36d4e6d5e
commit
8977ee8d30
1 changed files with 0 additions and 2 deletions
|
|
@ -163,11 +163,9 @@ Ssh::~Ssh()
|
|||
}
|
||||
|
||||
INITIALIZER(SSH) {
|
||||
RLOG("Initializing libssh2...");
|
||||
libssh2_init(0);
|
||||
}
|
||||
EXITBLOCK {
|
||||
RLOG("Deinitializing libssh2...");
|
||||
libssh2_exit();
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue