mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-11-30 13:01:23 +03:00
client: Remove unused variable.
This commit is contained in:
@@ -752,7 +752,6 @@ int ssh_get_openssh_version(ssh_session session) {
|
|||||||
void ssh_disconnect(ssh_session session) {
|
void ssh_disconnect(ssh_session session) {
|
||||||
ssh_string str = NULL;
|
ssh_string str = NULL;
|
||||||
struct ssh_iterator *it;
|
struct ssh_iterator *it;
|
||||||
int i;
|
|
||||||
|
|
||||||
if (session == NULL) {
|
if (session == NULL) {
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user