summaryrefslogtreecommitdiff
path: root/sshconnect2.c
diff options
context:
space:
mode:
Diffstat (limited to 'sshconnect2.c')
-rw-r--r--sshconnect2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sshconnect2.c b/sshconnect2.c
index aa0b6ec59..1a69c6b2b 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.142 2005/08/30 22:08:05 djm Exp $"); 26RCSID("$OpenBSD: sshconnect2.c,v 1.143 2005/10/14 02:17:59 stevesk Exp $");
27 27
28#include "openbsd-compat/sys-queue.h" 28#include "openbsd-compat/sys-queue.h"
29 29
@@ -754,7 +754,7 @@ input_gssapi_error(int type, u_int32_t plen, void *ctxt)
754 754
755 packet_check_eom(); 755 packet_check_eom();
756 756
757 debug("Server GSSAPI Error:\n%s\n", msg); 757 debug("Server GSSAPI Error:\n%s", msg);
758 xfree(msg); 758 xfree(msg);
759 xfree(lang); 759 xfree(lang);
760} 760}