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
+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
}
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.