From 61e482cfdfec09ed01225320ba6a4acd47081f63 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 19 Oct 2007 13:03:44 +0200 Subject: Merge Tridge's fix for the winbind 32/64bit padding. Guenther (This used to be commit 36578b22f12a7de21df5a795d7702c10d19b1f3d) --- source3/nsswitch/winbind_struct_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch/winbind_struct_protocol.h') diff --git a/source3/nsswitch/winbind_struct_protocol.h b/source3/nsswitch/winbind_struct_protocol.h index d8e5c2f3b8..0e3ad8bcaf 100644 --- a/source3/nsswitch/winbind_struct_protocol.h +++ b/source3/nsswitch/winbind_struct_protocol.h @@ -326,7 +326,7 @@ struct winbindd_request { The size is the sizeof the union without the padding aligned on an 8 byte boundary. --jerry */ - char padding[1560]; + char padding[1800]; } data; union { SMB_TIME_T padding; -- cgit