channels: Fix type of arguments of channel_open()
Fixes T188 Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
Этот коммит содержится в:
родитель
07a57b74ba
Коммит
0abd187dba
@ -284,8 +284,8 @@ static int ssh_channel_open_termination(void *c){
|
||||
static int
|
||||
channel_open(ssh_channel channel,
|
||||
const char *type,
|
||||
int window,
|
||||
int maxpacket,
|
||||
uint32_t window,
|
||||
uint32_t maxpacket,
|
||||
ssh_buffer payload)
|
||||
{
|
||||
ssh_session session = channel->session;
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user