summaryrefslogtreecommitdiff
path: root/source3/modules/nfs4_acls.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-10-02 11:05:03 -0700
committerJeremy Allison <jra@samba.org>2009-10-02 11:05:03 -0700
commit1e322cf6a9e56d26bef1532b97b4a3f84d93f6af (patch)
tree137ee9769503a7c02521fd91d5981dd8d5a16ac3 /source3/modules/nfs4_acls.c
parenta076d9fb597099d5d9dd465750079d9ebc922248 (diff)
downloadsamba-1e322cf6a9e56d26bef1532b97b4a3f84d93f6af.tar.gz
samba-1e322cf6a9e56d26bef1532b97b4a3f84d93f6af.tar.bz2
samba-1e322cf6a9e56d26bef1532b97b4a3f84d93f6af.zip
Fix more use of VFS_STAT when posix pathnames selected.
Jeremy.
Diffstat (limited to 'source3/modules/nfs4_acls.c')
-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 cf96061ea6..658f2b4e8d 100644
--- a/source3/modules/nfs4_acls.c
+++ b/source3/modules/nfs4_acls.c
@@ -170,7 +170,7 @@ static int smbacl4_GetFileOwner(struct connection_struct *conn,
/* Get the stat struct for the owner info. */
if (vfs_stat_smb_fname(conn, filename, psbuf) != 0)
{
- DEBUG(8, ("SMB_VFS_STAT failed with error %s\n",
+ DEBUG(8, ("vfs_stat_smb_fname failed with error %s\n",
strerror(errno)));
return -1;
}