summaryrefslogtreecommitdiff
path: root/source3/smbd/posix_acls.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-12-04 16:26:36 +0100
committerJeremy Allison <jra@samba.org>2012-12-05 16:35:07 -0800
commit4eb53da3fe139b8d89ab98cc1df211267669a612 (patch)
treed85cfe6b1236d3843e165a5d365cae95ac28f860 /source3/smbd/posix_acls.c
parent1ff1597e1feb45fd54b0d8dc6d8eabc7ace9073a (diff)
downloadsamba-4eb53da3fe139b8d89ab98cc1df211267669a612.tar.gz
samba-4eb53da3fe139b8d89ab98cc1df211267669a612.tar.bz2
samba-4eb53da3fe139b8d89ab98cc1df211267669a612.zip
s3:smbd: fix a cut and paste error in a debug message
Signed-off-by: Michael Adam <obnox@samba.org> Reviewed by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/smbd/posix_acls.c')
-rw-r--r--source3/smbd/posix_acls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c
index c4d24baba5..0f3951f83a 100644
--- a/source3/smbd/posix_acls.c
+++ b/source3/smbd/posix_acls.c
@@ -4635,8 +4635,8 @@ NTSTATUS get_nt_acl_no_snum(TALLOC_CTX *ctx, const char *fname,
status = SMB_VFS_GET_NT_ACL(conn, fname, security_info_wanted, ctx, sd);
if (!NT_STATUS_IS_OK(status)) {
- DEBUG(0,("set_nt_acl_no_snum: fset_nt_acl returned %s.\n",
- nt_errstr(status)));
+ DEBUG(0, ("get_nt_acl_no_snum: SMB_VFS_GET_NT_ACL returned %s.\n",
+ nt_errstr(status)));
}
conn_free(conn);