summaryrefslogtreecommitdiff
path: root/sshconnect2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshconnect2.c')
-rw-r--r--sshconnect2.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sshconnect2.c b/sshconnect2.c
index 60afd6d3d..012ce2b42 100644
--- a/sshconnect2.c
+++ b/sshconnect2.c
@@ -23,7 +23,7 @@
23 */ 23 */
24 24
25#include "includes.h" 25#include "includes.h"
26RCSID("$OpenBSD: sshconnect2.c,v 1.139 2005/06/17 02:44:33 djm Exp $"); 26RCSID("$OpenBSD: sshconnect2.c,v 1.140 2005/07/17 07:17:55 djm Exp $");
27 27
28#include "openbsd-compat/sys-queue.h" 28#include "openbsd-compat/sys-queue.h"
29 29
@@ -352,7 +352,7 @@ void
352input_userauth_error(int type, u_int32_t seq, void *ctxt) 352input_userauth_error(int type, u_int32_t seq, void *ctxt)
353{ 353{
354 fatal("input_userauth_error: bad message during authentication: " 354 fatal("input_userauth_error: bad message during authentication: "
355 "type %d", type); 355 "type %d", type);
356} 356}
357 357
358void 358void
@@ -679,7 +679,7 @@ input_gssapi_errtok(int type, u_int32_t plen, void *ctxt)
679 679
680 /* Stick it into GSSAPI and see what it says */ 680 /* Stick it into GSSAPI and see what it says */
681 status = ssh_gssapi_init_ctx(gssctxt, options.gss_deleg_creds, 681 status = ssh_gssapi_init_ctx(gssctxt, options.gss_deleg_creds,
682 &recv_tok, &send_tok, NULL); 682 &recv_tok, &send_tok, NULL);
683 683
684 xfree(recv_tok.value); 684 xfree(recv_tok.value);
685 gss_release_buffer(&ms, &send_tok); 685 gss_release_buffer(&ms, &send_tok);