]> andersk Git - openssh.git/blobdiff - sshconnect2.c
fix spacing of include
[openssh.git] / sshconnect2.c
index ee7932d6814fe59e89dfca33919c7d392d0922b2..ce64586d8caf0159dc1bba997274852592c417eb 100644 (file)
@@ -23,7 +23,9 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: sshconnect2.c,v 1.142 2005/08/30 22:08:05 djm Exp $");
+RCSID("$OpenBSD: sshconnect2.c,v 1.144 2006/02/07 01:18:09 stevesk Exp $");
+
+#include <sys/queue.h>
 
 #include "openbsd-compat/sys-queue.h"
 
@@ -702,7 +704,7 @@ input_gssapi_error(int type, u_int32_t plen, void *ctxt)
 
        packet_check_eom();
 
-       debug("Server GSSAPI Error:\n%s\n", msg);
+       debug("Server GSSAPI Error:\n%s", msg);
        xfree(msg);
        xfree(lang);
 }
This page took 0.054941 seconds and 4 git commands to generate.