1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-30 13:01:23 +03:00

gssapi: Add suppport to set GSSAPI server identity.

This commit is contained in:
Andreas Schneider
2013-11-15 15:36:02 +01:00
parent c481f9dafd
commit 41d99d32e8
5 changed files with 28 additions and 2 deletions

View File

@@ -265,6 +265,7 @@ void ssh_free(ssh_session session) {
SAFE_FREE(session->opts.sshdir);
SAFE_FREE(session->opts.knownhosts);
SAFE_FREE(session->opts.ProxyCommand);
SAFE_FREE(session->opts.gss_server_identity);
for (i = 0; i < 10; i++) {
if (session->opts.wanted_methods[i]) {