* telnet.c (telnet): Cosmetic change: Put a newline after "Waiting
authorGeoffrey King <gjking@mit.edu>
Sat, 10 Oct 1998 10:32:34 +0000 (10:32 +0000)
committerGeoffrey King <gjking@mit.edu>
Sat, 10 Oct 1998 10:32:34 +0000 (10:32 +0000)
        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
src/appl/telnet/telnet/telnet.c

index 03d0a8c3d2f6099bf422ba776577e6795596d6bd..6d13e63f2c40c5f3f803043f221bdbaca324def3 100644 (file)
@@ -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
index 2ef24320edf3f5c3208ca6e46efc8d481c9ffca6..3a0844bfc0e258fdce2f1c4fe111d99dc8b502af 100644 (file)
@@ -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.