svn commit: samba r18300 - in branches/SAMBA_4_0/source/heimdal/lib/gssapi: .

tridge at samba.org tridge at samba.org
Sat Sep 9 10:01:21 GMT 2006


Author: tridge
Date: 2006-09-09 10:01:17 +0000 (Sat, 09 Sep 2006)
New Revision: 18300

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=18300

Log:

fixed a type bug in heimdal - lha, you happy with this upstream? It
showed up on ia_64 systems

Modified:
   branches/SAMBA_4_0/source/heimdal/lib/gssapi/cfx.c


Changeset:
Modified: branches/SAMBA_4_0/source/heimdal/lib/gssapi/cfx.c
===================================================================
--- branches/SAMBA_4_0/source/heimdal/lib/gssapi/cfx.c	2006-09-09 10:00:35 UTC (rev 18299)
+++ branches/SAMBA_4_0/source/heimdal/lib/gssapi/cfx.c	2006-09-09 10:01:17 UTC (rev 18300)
@@ -199,7 +199,7 @@
     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);



More information about the samba-cvs mailing list