channels: Fixed a build warning.
Этот коммит содержится в:
родитель
33c41074a7
Коммит
38b87aab08
@ -1132,7 +1132,7 @@ int channel_write_common(ssh_channel channel, const void *data,
|
|||||||
}
|
}
|
||||||
|
|
||||||
ssh_log(session, SSH_LOG_RARE,
|
ssh_log(session, SSH_LOG_RARE,
|
||||||
"channel_write wrote %ld bytes", effectivelen);
|
"channel_write wrote %ld bytes", (long int) effectivelen);
|
||||||
|
|
||||||
channel->remote_window -= effectivelen;
|
channel->remote_window -= effectivelen;
|
||||||
len -= effectivelen;
|
len -= effectivelen;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user