diff options
author | Jeremy Allison <jra@samba.org> | 2004-11-10 19:34:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:53:12 -0500 |
commit | da4117841db731da8f1b7fe7c2524e9d4d60f09a (patch) | |
tree | dab67a7ce3bd30b94c97ae4f0d848bb94feb3e98 /source/modules | |
parent | 14a0292250ee9975618b68701a48c72195286d85 (diff) | |
download | samba-da4117841db731da8f1b7fe7c2524e9d4d60f09a.tar.gz samba-da4117841db731da8f1b7fe7c2524e9d4d60f09a.tar.xz samba-da4117841db731da8f1b7fe7c2524e9d4d60f09a.zip |
r3662: Fix dirent return.
Jeremy.
Diffstat (limited to 'source/modules')
-rw-r--r-- | source/modules/vfs_full_audit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/modules/vfs_full_audit.c b/source/modules/vfs_full_audit.c index b27c916a2a2..e91c1813a87 100644 --- a/source/modules/vfs_full_audit.c +++ b/source/modules/vfs_full_audit.c @@ -84,7 +84,7 @@ static int smb_full_audit_set_quota(struct vfs_handle_struct *handle, SMB_DISK_QUOTA *qt); static DIR *smb_full_audit_opendir(vfs_handle_struct *handle, connection_struct *conn, const char *fname); -static struct dirent *smb_full_audit_readdir(vfs_handle_struct *handle, +static SMB_STRUCT_DIRENT *smb_full_audit_readdir(vfs_handle_struct *handle, connection_struct *conn, DIR *dirp); static int smb_full_audit_mkdir(vfs_handle_struct *handle, connection_struct *conn, const char *path, mode_t mode); |