1
1
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Этот коммит содержится в:
Andreas Schneider 2018-08-20 16:11:36 +02:00
родитель 85d2c0371a
Коммит ce45de9ea2

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

@ -331,7 +331,7 @@ int ssh_agent_get_ident_count(struct ssh_session_struct *session) {
ssh_buffer request = NULL;
ssh_buffer reply = NULL;
unsigned int type = 0;
uint8_t buf[4] = {0};
uint32_t buf[1] = {0};
int rc;
/* send message to the agent requesting the list of identities */