From: Geoffrey King Date: Sat, 10 Oct 1998 10:32:34 +0000 (+0000) Subject: * telnet.c (telnet): Cosmetic change: Put a newline after "Waiting X-Git-Tag: krb5-1.1-beta1~525 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=54f827e98938d5c2b432fbb92ea0ec90042c9620;p=krb5.git * 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 --- 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.