summaryrefslogtreecommitdiffstats
path: root/src/appl
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1996-04-25 12:50:49 +0000
committerRichard Basch <probe@mit.edu>1996-04-25 12:50:49 +0000
commit8e2acd0bcb76fabf4003bd4f1af92a54c8660d7b (patch)
tree198795ee390da7f0db2fd562d8a561c3fb1acc1d /src/appl
parent10e9c2bc909041c31fd982a3fd1eecff29baa2a9 (diff)
downloadkrb5-8e2acd0bcb76fabf4003bd4f1af92a54c8660d7b.tar.gz
krb5-8e2acd0bcb76fabf4003bd4f1af92a54c8660d7b.tar.xz
krb5-8e2acd0bcb76fabf4003bd4f1af92a54c8660d7b.zip
Whitespace cleanup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7858 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl')
-rw-r--r--src/appl/bsd/krshd.c14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/appl/bsd/krshd.c b/src/appl/bsd/krshd.c
index 222e330aa..b3e265692 100644
--- a/src/appl/bsd/krshd.c
+++ b/src/appl/bsd/krshd.c
@@ -1205,10 +1205,8 @@ if(port)
#endif
/* Finish session in wmtp */
pty_logwtmp(ttyn,"","");
-if (ccache)
- krb5_cc_destroy(bsd_context, ccache);
- ccache = NULL;
-
+ if (ccache)
+ krb5_cc_destroy(bsd_context, ccache);
exit(0);
}
#if defined(HAVE_SETSID)&&(!defined(ULTRIX))
@@ -1369,8 +1367,8 @@ if (ccache)
exit(1);
signout_please:
-if (ccache)
- krb5_cc_destroy(bsd_context, ccache);
+ if (ccache)
+ krb5_cc_destroy(bsd_context, ccache);
ccache = NULL;
pty_logwtmp(ttyn,"","");
exit(1);
@@ -1443,8 +1441,8 @@ krb5_sigtype
pty_logwtmp(ttyn,"","");
syslog(LOG_INFO ,"Shell process completed.");
-if (ccache)
- krb5_cc_destroy(bsd_context, ccache);
+ if (ccache)
+ krb5_cc_destroy(bsd_context, ccache);
exit(0);
}