For some strange reason using :
authorJeremy Allison <jra@samba.org>
Fri, 24 Jul 2009 21:13:42 +0000 (14:13 -0700)
committerJeremy Allison <jra@samba.org>
Fri, 24 Jul 2009 21:13:42 +0000 (14:13 -0700)
commitd373f0b77ca53e3c5282a9a643897dfb477ada21
tree5531a4111351dd878148063dba88db08f554b4aa
parent1bab4fdaafd5930a02ae5a0d603176720ef15220
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/ndr_xattr.c
librpc/gen_ndr/xattr.h
librpc/idl/xattr.idl