From dfd4c8e84de85152b6b31deff26382dc9991006d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sat, 9 Sep 2006 09:06:20 +0000 Subject: r18295: pass write type for packet_size this fixes a crash on IA_64 systems (This used to be commit 22c39027621fb65663122b4959b171d328b549d4) --- source4/auth/gensec/socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/gensec') diff --git a/source4/auth/gensec/socket.c b/source4/auth/gensec/socket.c index 592535d8dc..3567bf801d 100644 --- a/source4/auth/gensec/socket.c +++ b/source4/auth/gensec/socket.c @@ -295,7 +295,7 @@ static NTSTATUS gensec_socket_unwrap(void *private, DATA_BLOB blob) 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) { -- cgit