From 54f827e98938d5c2b432fbb92ea0ec90042c9620 Mon Sep 17 00:00:00 2001 From: Geoffrey King Date: Sat, 10 Oct 1998 10:32:34 +0000 Subject: [PATCH] * telnet.c (telnet): Cosmetic change: Put a newline after "Waiting for encryption to be negotiated..." so that the response "[ Kerberos V5 accepts you as ``gjking@ATHENA.MIT.EDU'' ]" doesn't run off the end of the line. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10972 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/telnet/telnet/ChangeLog | 7 +++++++ src/appl/telnet/telnet/telnet.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/src/appl/telnet/telnet/ChangeLog b/src/appl/telnet/telnet/ChangeLog index 03d0a8c3d..6d13e63f2 100644 --- a/src/appl/telnet/telnet/ChangeLog +++ b/src/appl/telnet/telnet/ChangeLog @@ -1,3 +1,10 @@ +Sat Oct 10 06:24:55 1998 Geoffrey King + + * telnet.c (telnet): Cosmetic change: Put a newline after "Waiting + for encryption to be negotiated..." so that the response + "[ Kerberos V5 accepts you as ``gjking@ATHENA.MIT.EDU'' ]" doesn't + run off the end of the line. + Mon Aug 17 04:32:08 1998 Geoffrey King * main.c (main): Declare dst_realm_sz as extern int instead of diff --git a/src/appl/telnet/telnet/telnet.c b/src/appl/telnet/telnet/telnet.c index 2ef24320e..3a0844bfc 100644 --- a/src/appl/telnet/telnet/telnet.c +++ b/src/appl/telnet/telnet/telnet.c @@ -2334,7 +2334,7 @@ telnet(user) } if (printed_encrypt == 0) { printed_encrypt = 1; - printf("Waiting for encryption to be negotiated..."); + printf("Waiting for encryption to be negotiated...\n"); /* * Turn on MODE_TRAPSIG and then turn off localchars * so that ^C will cause telnet to exit. -- 2.26.2