mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-06 18:29:50 +09:00
Fixed uint* to work on Windows.
Thanks to Patrick Spendrin.
This commit is contained in:
@@ -370,7 +370,7 @@ int ssh_get_version(ssh_session session) {
|
||||
* @brief handles a SSH_DISCONNECT packet
|
||||
*/
|
||||
SSH_PACKET_CALLBACK(ssh_packet_disconnect_callback){
|
||||
u_int32_t code;
|
||||
uint32_t code;
|
||||
char *error;
|
||||
ssh_string error_s;
|
||||
(void)user;
|
||||
|
||||
Reference in New Issue
Block a user