projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb842c2
)
* t_cccursor.c (do_chk): Reverse sense of test of do_chk_one return value
author
Ken Raeburn
<raeburn@mit.edu>
Wed, 17 Jan 2007 00:01:56 +0000
(
00:01
+0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Wed, 17 Jan 2007 00:01:56 +0000
(
00:01
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19064
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/ccache/t_cccursor.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/ccache/t_cccursor.c
b/src/lib/krb5/ccache/t_cccursor.c
index 68e615329cd68cacd3c21d1d005bd865f883bfbd..e65beadd01389fb3e61f1d3ddab51c166ef421ff 100644
(file)
--- a/
src/lib/krb5/ccache/t_cccursor.c
+++ b/
src/lib/krb5/ccache/t_cccursor.c
@@
-186,7
+186,7
@@
do_chk(
printf("cursor: %s:%s\n", prefix, name);
if (i < nmax) {
- if (
!
do_chk_one(prefix, name, &chklist[i])) {
+ if (do_chk_one(prefix, name, &chklist[i])) {
*good = 0;
}
}