]> andersk Git - gssapi-openssh.git/blobdiff - openssh/auth-rh-rsa.c
Import of OpenSSH 4.2p1
[gssapi-openssh.git] / openssh / auth-rh-rsa.c
index 29eb538ec92cc395323212a07aa10c18256c7a8e..c31f2b97b6b266cc5f1737d3c0ee3ee4b345d8f3 100644 (file)
@@ -13,7 +13,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: auth-rh-rsa.c,v 1.37 2003/11/04 08:54:09 djm Exp $");
+RCSID("$OpenBSD: auth-rh-rsa.c,v 1.38 2005/07/17 07:17:54 djm Exp $");
 
 #include "packet.h"
 #include "uidswap.h"
@@ -86,7 +86,7 @@ auth_rhosts_rsa(Authctxt *authctxt, char *cuser, Key *client_host_key)
         */
 
        verbose("Rhosts with RSA host authentication accepted for %.100s, %.100s on %.700s.",
-          pw->pw_name, cuser, chost);
+           pw->pw_name, cuser, chost);
        packet_send_debug("Rhosts with RSA host authentication accepted.");
        return 1;
 }
This page took 0.416231 seconds and 4 git commands to generate.