=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/auth-rhosts.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- src/usr.bin/ssh/auth-rhosts.c 1999/11/24 19:53:43 1.11 +++ src/usr.bin/ssh/auth-rhosts.c 1999/12/27 10:46:11 1.12 @@ -16,7 +16,7 @@ */ #include "includes.h" -RCSID("$Id: auth-rhosts.c,v 1.11 1999/11/24 19:53:43 markus Exp $"); +RCSID("$Id: auth-rhosts.c,v 1.12 1999/12/27 10:46:11 markus Exp $"); #include "packet.h" #include "ssh.h" @@ -205,7 +205,7 @@ if (stat(pw->pw_dir, &st) < 0) { log("Rhosts authentication refused for %.100s: no home directory %.200s", pw->pw_name, pw->pw_dir); - packet_send_debug("Rhosts authentication refused for %.100: no home directory %.200s", + packet_send_debug("Rhosts authentication refused for %.100s: no home directory %.200s", pw->pw_name, pw->pw_dir); return 0; }