diff options
Diffstat (limited to 'source3/modules/nfs4_acls.h')
-rw-r--r-- | source3/modules/nfs4_acls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/nfs4_acls.h b/source3/modules/nfs4_acls.h index f450396361..1bde81baf0 100644 --- a/source3/modules/nfs4_acls.h +++ b/source3/modules/nfs4_acls.h @@ -114,7 +114,7 @@ typedef struct _SMB_ACE4PROP_T { typedef struct _SMB4ACL_T {char dontuse;} SMB4ACL_T; typedef struct _SMB4ACE_T {char dontuse;} SMB4ACE_T; -SMB4ACL_T *smb_create_smb4acl(void); +SMB4ACL_T *smb_create_smb4acl(TALLOC_CTX *mem_ctx); /* prop's contents are copied */ /* it doesn't change the order, appends */ |