summaryrefslogtreecommitdiff
path: root/librpc/idl/xattr.idl
diff options
context:
space:
mode:
Diffstat (limited to 'librpc/idl/xattr.idl')
-rw-r--r--librpc/idl/xattr.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/xattr.idl b/librpc/idl/xattr.idl
index c2b8bb0cc2..4485caa48f 100644
--- a/librpc/idl/xattr.idl
+++ b/librpc/idl/xattr.idl
@@ -135,7 +135,7 @@ interface xattr
typedef [public] struct {
security_descriptor *sd;
uint16 hash_type;
- uint8 hash[XATTR_SD_HASH_SIZE]; /* 64 bytes hash. */
+ uint8 hash[64]; /* 64 bytes hash. */
} security_descriptor_hash_v3;
typedef [switch_type(uint16)] union {