1
1
Этот коммит содержится в:
Aris Adamantiadis 2010-02-02 18:20:23 +01:00
родитель 7520d9c7b9
Коммит c97d0d1220

Просмотреть файл

@ -2161,8 +2161,10 @@ int channel_poll(ssh_channel channel, int is_stderr){
}
}
if (buffer_get_rest_len(stdbuf) > 0)
if (buffer_get_rest_len(stdbuf) > 0){
leave_function();
return buffer_get_rest_len(stdbuf);
}
if (channel->remote_eof) {
leave_function();