From d373f0b77ca53e3c5282a9a643897dfb477ada21 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 24 Jul 2009 14:13:42 -0700 Subject: For some strange reason using : uint8 hash[XATTR_SD_HASH_SIZE]; doesn't have the same effect as : uint8 hash[64]; Jeremy. --- librpc/gen_ndr/xattr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/gen_ndr/xattr.h') diff --git a/librpc/gen_ndr/xattr.h b/librpc/gen_ndr/xattr.h index 39f1cb0884..3138e6fa24 100644 --- a/librpc/gen_ndr/xattr.h +++ b/librpc/gen_ndr/xattr.h @@ -86,7 +86,7 @@ struct security_descriptor_hash_v2 { struct security_descriptor_hash_v3 { struct security_descriptor *sd;/* [unique] */ uint16_t hash_type; - uint8_t *hash; + uint8_t hash[64]; }/* [public] */; union xattr_NTACL_Info { -- cgit