projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dabebb0
)
Fix small stylistic typo
author
Ezra Peisach
<epeisach@mit.edu>
Wed, 20 Jun 2001 14:20:42 +0000
(14:20 +0000)
committer
Ezra Peisach
<epeisach@mit.edu>
Wed, 20 Jun 2001 14:20:42 +0000
(14:20 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13416
dc483132
-0cff-0310-8789-
dd5450dbe970
src/krb524/krb524d.c
patch
|
blob
|
history
diff --git
a/src/krb524/krb524d.c
b/src/krb524/krb524d.c
index 7be5800ab097e04e037118dc83fcdc9585f68596..03c63a54d43504267d50245c5354161358dee1ce 100644
(file)
--- a/
src/krb524/krb524d.c
+++ b/
src/krb524/krb524d.c
@@
-224,7
+224,7
@@
void cleanup_and_exit(ret, context)
if (use_master && handle) {
(void) kadm5_destroy(handle);
}
- if (use_keytab &&kt) krb5_kt_close(context, kt);
+ if (use_keytab &&
kt) krb5_kt_close(context, kt);
krb5_free_context(context);
exit(ret);
}