diff options
author | Andrew Tridgell <tridge@samba.org> | 2006-09-09 12:51:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:06 -0500 |
commit | 66c16b5143041a504afdc6a9041e4928e7cd9ba2 (patch) | |
tree | 8aa2320353c99387538fbd3db29c1f743c6cfa0b /source4/heimdal/lib | |
parent | 957a3bbe819d82cf527e53a2369d7078c5f7c6a1 (diff) | |
download | samba-66c16b5143041a504afdc6a9041e4928e7cd9ba2.tar.gz samba-66c16b5143041a504afdc6a9041e4928e7cd9ba2.tar.bz2 samba-66c16b5143041a504afdc6a9041e4928e7cd9ba2.zip |
r18308: get this right ....
(This used to be commit 3697cd6597875fe22f6885ce20612a32d0be2513)
Diffstat (limited to 'source4/heimdal/lib')
-rwxr-xr-x | source4/heimdal/lib/gssapi/cfx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/gssapi/cfx.c b/source4/heimdal/lib/gssapi/cfx.c index 8860e938fa..ef7907c0de 100755 --- a/source4/heimdal/lib/gssapi/cfx.c +++ b/source4/heimdal/lib/gssapi/cfx.c @@ -199,7 +199,7 @@ OM_uint32 _gssapi_wrap_cfx(OM_uint32 *minor_status, size_t wrapped_len, cksumsize; uint16_t padlength, rrc = 0; int32_t seq_number; - uint16_t padsize; + size_t padsize; u_char *p; ret = krb5_crypto_init(gssapi_krb5_context, key, 0, &crypto); |