projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5de697
)
tweak comments
author
Ken Raeburn
<raeburn@mit.edu>
Wed, 14 Aug 2002 22:50:37 +0000
(22:50 +0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Wed, 14 Aug 2002 22:50:37 +0000
(22:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14713
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/ccache/cc_file.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/ccache/cc_file.c
b/src/lib/krb5/ccache/cc_file.c
index ad5e19b1374f7d8b001f4d11a555582e6a91f108..05131071d74956f2d6ff8b6a294a2adf712ef112 100644
(file)
--- a/
src/lib/krb5/ccache/cc_file.c
+++ b/
src/lib/krb5/ccache/cc_file.c
@@
-1053,7
+1053,6
@@
krb5_fcc_store_authdatum (context, id, a)
CHECK(ret);
return krb5_fcc_write(context, id, (krb5_pointer) a->contents, a->length);
}
-/* end of former file/fcc_write.c */
#undef CHECK
static krb5_error_code
@@
-2006,7
+2005,7
@@
krb5_fcc_interpret(context, errnum)
case ENOTDIR:
#ifdef ELOOP
case ELOOP: /* XXX */
-#endif
/* ELOOP */
+#endif
#ifdef ETXTBSY
case ETXTBSY:
#endif