Skip to content

Commit

Permalink
* telnet.c (telnet): Cosmetic change: Put a newline after "Waiting
Browse files Browse the repository at this point in the history
        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
  • Loading branch information
gjking committed Oct 10, 1998
1 parent 95a5567 commit 45b7a5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/appl/telnet/telnet/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Sat Oct 10 06:24:55 1998 Geoffrey King <gjking@mit.edu>

* 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 <gjking@mit.edu>

* main.c (main): Declare dst_realm_sz as extern int instead of
Expand Down
2 changes: 1 addition & 1 deletion src/appl/telnet/telnet/telnet.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 45b7a5e

Please sign in to comment.