projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa74009
)
Signed/unsigned fix. The function is called with a sizeof - so unsigned is
author
Ezra Peisach
<epeisach@mit.edu>
Fri, 19 Dec 2008 17:14:16 +0000
(17:14 +0000)
committer
Ezra Peisach
<epeisach@mit.edu>
Fri, 19 Dec 2008 17:14:16 +0000
(17:14 +0000)
fine.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21553
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/krb/chk_trans.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/krb/chk_trans.c
b/src/lib/krb5/krb/chk_trans.c
index 2a2854259140ac4ac8d8717756ca66041972146d..9af063ce3ed5622183d2be5d273c7472ac4e7921 100644
(file)
--- a/
src/lib/krb5/krb/chk_trans.c
+++ b/
src/lib/krb5/krb/chk_trans.c
@@
-137,7
+137,7
@@
process_intermediates (krb5_error_code (*fn)(krb5_data *, void *), void *data,
}
static krb5_error_code
-maybe_join (krb5_data *last, krb5_data *buf, int bufsiz)
+maybe_join (krb5_data *last, krb5_data *buf,
unsigned
int bufsiz)
{
if (buf->length == 0)
return 0;