summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-09-09 10:01:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:04 -0500
commit85e24e54d29ca8a08ad833831052e41a0bb257b6 (patch)
tree8260b667a0933f4d38da29c9b05d15676c73c7cd /source4
parent62745dc5d548ec2e19be61915bed8051c84a51ae (diff)
downloadsamba-85e24e54d29ca8a08ad833831052e41a0bb257b6.tar.gz
samba-85e24e54d29ca8a08ad833831052e41a0bb257b6.tar.bz2
samba-85e24e54d29ca8a08ad833831052e41a0bb257b6.zip
r18300: fixed a type bug in heimdal - lha, you happy with this upstream? It
showed up on ia_64 systems (This used to be commit 1f38a7ea56944466d90622832e4570dc324adc4e)
Diffstat (limited to 'source4')
-rwxr-xr-xsource4/heimdal/lib/gssapi/cfx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal/lib/gssapi/cfx.c b/source4/heimdal/lib/gssapi/cfx.c
index 69c9fd3349..8860e938fa 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;
- OM_uint32 padsize;
+ uint16_t padsize;
u_char *p;
ret = krb5_crypto_init(gssapi_krb5_context, key, 0, &crypto);