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

tridge at samba.org tridge at samba.org
Sat Sep 9 12:51:32 GMT 2006


Author: tridge
Date: 2006-09-09 12:51:32 +0000 (Sat, 09 Sep 2006)
New Revision: 18308

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

Log:

get this right ....

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 11:46:38 UTC (rev 18307)
+++ branches/SAMBA_4_0/source/heimdal/lib/gssapi/cfx.c	2006-09-09 12:51:32 UTC (rev 18308)
@@ -199,7 +199,7 @@
     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);



More information about the samba-cvs mailing list