summaryrefslogtreecommitdiff
path: root/sshconnect2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshconnect2.c')
-rw-r--r--sshconnect2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sshconnect2.c b/sshconnect2.c
index 8c20eed93..0b13530ce 100644
--- a/sshconnect2.c
+++ b/sshconnect2.c
@@ -229,7 +229,7 @@ ssh_kex2(char *host, struct sockaddr *hostaddr, u_short port)
229 orig = myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS]; 229 orig = myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS];
230 xasprintf(&myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS], 230 xasprintf(&myproposal[PROPOSAL_SERVER_HOST_KEY_ALGS],
231 "%s,null", orig); 231 "%s,null", orig);
232 xfree(gss); 232 free(gss);
233 } 233 }
234#endif 234#endif
235 235