summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/session.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2002-05-16 22:10:00 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2002-05-16 22:10:00 +0000
commitf9b07b845bfd4972ab91658d8ef7d3875b7c49b8 (patch)
treedc6d6a623382296a3fe9d00b5eff7d6291983203 /usr.bin/ssh/session.c
parent3ed6a41e4cd4b3e534217e4a432ff171e945f9d9 (diff)
don't limit xauth pathlen on client side and longer print length on
server when debug; ok markus@ patch from pin@math.chalmers.se
Diffstat (limited to 'usr.bin/ssh/session.c')
-rw-r--r--usr.bin/ssh/session.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/session.c b/usr.bin/ssh/session.c
index b8536561176..83ce6143edc 100644
--- a/usr.bin/ssh/session.c
+++ b/usr.bin/ssh/session.c
@@ -33,7 +33,7 @@
*/
#include "includes.h"
-RCSID("$OpenBSD: session.c,v 1.134 2002/03/29 18:59:31 markus Exp $");
+RCSID("$OpenBSD: session.c,v 1.135 2002/05/16 22:09:59 stevesk Exp $");
#include "ssh.h"
#include "ssh1.h"
@@ -857,7 +857,7 @@ do_rc_files(Session *s, const char *shell)
/* Add authority data to .Xauthority if appropriate. */
if (debug_flag) {
fprintf(stderr,
- "Running %.100s add "
+ "Running %.500s add "
"%.100s %.100s %.100s\n",
options.xauth_location, s->auth_display,
s->auth_proto, s->auth_data);