mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-08-08 19:02:06 +03:00
auth: fix things broken during merge
This commit is contained in:
@@ -1241,7 +1241,7 @@ int channel_write_common(ssh_channel channel, const void *data,
|
||||
|
||||
#ifdef WITH_SSH1
|
||||
if (channel->version == 1) {
|
||||
int rc = channel_write1(channel, data, len);
|
||||
rc = channel_write1(channel, data, len);
|
||||
leave_function();
|
||||
return rc;
|
||||
}
|
||||
|
Reference in New Issue
Block a user