svn commit: samba r18295 - in branches/SAMBA_4_0/source/auth/gensec: .

tridge at samba.org tridge at samba.org
Sat Sep 9 09:06:21 GMT 2006


Author: tridge
Date: 2006-09-09 09:06:20 +0000 (Sat, 09 Sep 2006)
New Revision: 18295

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

Log:

pass write type for packet_size

this fixes a crash on IA_64 systems

Modified:
   branches/SAMBA_4_0/source/auth/gensec/socket.c


Changeset:
Modified: branches/SAMBA_4_0/source/auth/gensec/socket.c
===================================================================
--- branches/SAMBA_4_0/source/auth/gensec/socket.c	2006-09-09 09:05:39 UTC (rev 18294)
+++ branches/SAMBA_4_0/source/auth/gensec/socket.c	2006-09-09 09:06:20 UTC (rev 18295)
@@ -295,7 +295,7 @@
 	DATA_BLOB unwrapped;
 	NTSTATUS nt_status;
 	TALLOC_CTX *mem_ctx;
-	uint32_t packet_size;
+	size_t packet_size;
 
 	mem_ctx = talloc_new(gensec_socket);
 	if (!mem_ctx) {



More information about the samba-cvs mailing list