r23722: Fix the build of the catia module
authorVolker Lendecke <vlendec@samba.org>
Thu, 5 Jul 2007 10:32:51 +0000 (10:32 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:48 +0000 (12:23 -0500)
(This used to be commit fa09744cce6c1aa63e46bd61e4c01234574f3b32)

source3/modules/vfs_catia.c

index a4a2f8f7bde8ca0fd10d0e2dfd387372fe293fe3..e2a90a5dc9c7f1cd216fe864bc8d6ecdf18926d3 100644 (file)
@@ -232,7 +232,7 @@ static char *catia_realpath(vfs_handle_struct *handle,
 
 static size_t catia_get_nt_acl(vfs_handle_struct *handle, files_struct *fsp,
                               const char *name, uint32 security_info,
-                              struct  security_descriptor_info **ppdesc)
+                              struct  security_descriptor **ppdesc)
 {
         return SMB_VFS_NEXT_GET_NT_ACL(handle, fsp, name, security_info,
                                       ppdesc);
@@ -240,7 +240,7 @@ static size_t catia_get_nt_acl(vfs_handle_struct *handle, files_struct *fsp,
 
 static NTSTATUS catia_set_nt_acl(vfs_handle_struct *handle, files_struct *fsp, 
                             const char *name, uint32 security_info_sent,
-                            struct security_descriptor_info *psd)
+                            struct security_descriptor *psd)
 {
         return SMB_VFS_NEXT_SET_NT_ACL(handle, fsp, name, security_info_sent,
                                       psd);