mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-06 10:27:22 +09:00
callbacks: Add support for MSVC
__typeof__ is GCC specific Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
@@ -550,7 +550,8 @@ SSH_PACKET_CALLBACK(channel_rcv_data){
|
||||
if (ssh_buffer_get(buf) == 0) {
|
||||
break;
|
||||
}
|
||||
rest = ssh_callbacks_iterate_exec(channel->session,
|
||||
rest = ssh_callbacks_iterate_exec(channel_data_function,
|
||||
channel->session,
|
||||
channel,
|
||||
ssh_buffer_get(buf),
|
||||
ssh_buffer_get_len(buf),
|
||||
|
||||
Reference in New Issue
Block a user