mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-12 03:00:26 +09:00
agent: Reformat ssh_agent_get_ident_count()
Fixes T188
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
(cherry picked from commit c820d2a2dc)
This commit is contained in:
@@ -307,7 +307,8 @@ static int agent_talk(struct ssh_session_struct *session,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
int ssh_agent_get_ident_count(struct ssh_session_struct *session) {
|
int ssh_agent_get_ident_count(struct ssh_session_struct *session)
|
||||||
|
{
|
||||||
ssh_buffer request = NULL;
|
ssh_buffer request = NULL;
|
||||||
ssh_buffer reply = NULL;
|
ssh_buffer reply = NULL;
|
||||||
unsigned int type = 0;
|
unsigned int type = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user