summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/xattr.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-07-24 14:13:42 -0700
committerJeremy Allison <jra@samba.org>2009-07-24 14:13:42 -0700
commitd373f0b77ca53e3c5282a9a643897dfb477ada21 (patch)
tree5531a4111351dd878148063dba88db08f554b4aa /librpc/gen_ndr/xattr.h
parent1bab4fdaafd5930a02ae5a0d603176720ef15220 (diff)
downloadsamba-d373f0b77ca53e3c5282a9a643897dfb477ada21.tar.gz
samba-d373f0b77ca53e3c5282a9a643897dfb477ada21.tar.bz2
samba-d373f0b77ca53e3c5282a9a643897dfb477ada21.zip
For some strange reason using :
uint8 hash[XATTR_SD_HASH_SIZE]; doesn't have the same effect as : uint8 hash[64]; Jeremy.
Diffstat (limited to 'librpc/gen_ndr/xattr.h')
-rw-r--r--librpc/gen_ndr/xattr.h2
1 files changed, 1 insertions, 1 deletions
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 {