mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-12-02 01:17:52 +03:00
session: Add missing ifdef that prevented Windows builds
Signed-off-by: Tilo Eckert <tilo.eckert@flam.de> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
1cc1a352fc
commit
4f392ebc7e
@@ -270,7 +270,9 @@ void ssh_free(ssh_session session) {
|
|||||||
ssh_list_free(session->opts.identity);
|
ssh_list_free(session->opts.identity);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef _WIN32
|
||||||
ssh_agent_state_free (session->agent_state);
|
ssh_agent_state_free (session->agent_state);
|
||||||
|
#endif
|
||||||
session->agent_state = NULL;
|
session->agent_state = NULL;
|
||||||
|
|
||||||
SAFE_FREE(session->auth_auto_state);
|
SAFE_FREE(session->auth_auto_state);
|
||||||
|
|||||||
Reference in New Issue
Block a user