summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/krcp.c
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>1996-02-26 00:14:35 +0000
committerSam Hartman <hartmans@mit.edu>1996-02-26 00:14:35 +0000
commit5c54e7838b4fcddeed9b053415b475d96b61be50 (patch)
tree1a42ba62b9eacd8e31a1691d831b7262eb32276b /src/appl/bsd/krcp.c
parentf8d4ad5352fe89dd16d28f4367c97db2dd990309 (diff)
downloadkrb5-5c54e7838b4fcddeed9b053415b475d96b61be50.tar.gz
krb5-5c54e7838b4fcddeed9b053415b475d96b61be50.tar.xz
krb5-5c54e7838b4fcddeed9b053415b475d96b61be50.zip
Fix the server side of the krlogin bug detecting eof in connection close
Also, import the ops changes to do with enable-athena. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7545 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/bsd/krcp.c')
-rw-r--r--src/appl/bsd/krcp.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/appl/bsd/krcp.c b/src/appl/bsd/krcp.c
index f46e16352..e96c5f431 100644
--- a/src/appl/bsd/krcp.c
+++ b/src/appl/bsd/krcp.c
@@ -1220,8 +1220,10 @@ void try_normal(argv)
char **argv;
{
register int i;
-
- if (!encryptflag) {
+#ifndef KRB5_ATHENA_COMPAT
+ if (!encryptflag)
+ #endif
+ {
fprintf(stderr,"trying normal rcp (%s)\n", UCB_RCP);
fflush(stderr);
/* close all but stdin, stdout, stderr */