summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2015-08-11 12:59:05 +0200
committerVolker Lendecke <vl@samba.org>2015-08-13 14:40:15 +0200
commit5a7997f43fb04eaf7d0402f6c42836ee468dbeb5 (patch)
treea9ec9d5fe11289af8ea0729ee1f861ef55aef05c
parentcf97ec56d26d03ddb1f182530e67c66dbc6c38fe (diff)
downloadsamba-5a7997f43fb04eaf7d0402f6c42836ee468dbeb5.tar.gz
nfs4acls: Use SMB4ACL_T instead of _SMB_ACL4_INT_T
We can make the _INT_ structure now be the representation of the published anonymous struct Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
-rw-r--r--source3/modules/nfs4_acls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/nfs4_acls.c b/source3/modules/nfs4_acls.c
index defdf591030..d487666ea5c 100644
--- a/source3/modules/nfs4_acls.c
+++ b/source3/modules/nfs4_acls.c
@@ -46,7 +46,7 @@ typedef struct _SMB_ACE4_INT_T
} SMB_ACE4_INT_T;
#define SMB_ACL4_INT_MAGIC 0x29A3E792
-typedef struct _SMB_ACL4_INT_T
+typedef struct SMB4ACL_T
{
uint32_t magic;
uint16_t controlflags;