summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2006-01-13 02:54:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:06:05 -0500
commitd86ebaf198f54b0dc18ea607d0ee9803fcbc4f0f (patch)
treea58fbb91fcfcda2df68db84f0cb53c8d174be690 /source3/smbd
parent92092cbcdcdb01448ef4e6acd9af88dd93c6c288 (diff)
downloadsamba-d86ebaf198f54b0dc18ea607d0ee9803fcbc4f0f.tar.gz
samba-d86ebaf198f54b0dc18ea607d0ee9803fcbc4f0f.tar.bz2
samba-d86ebaf198f54b0dc18ea607d0ee9803fcbc4f0f.zip
r12885: Oops. Missed last part of correct patch for #3348.
Caught by Samba4 oplock torture tester. Jeremy. (This used to be commit c2476b2f75f6521700107a46028f54110083aa52)
Diffstat (limited to 'source3/smbd')
-rw-r--r--source3/smbd/posix_acls.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/posix_acls.c b/source3/smbd/posix_acls.c
index f49f80f006..e485dc1eb1 100644
--- a/source3/smbd/posix_acls.c
+++ b/source3/smbd/posix_acls.c
@@ -4157,7 +4157,6 @@ BOOL can_delete_file_in_directory(connection_struct *conn, const char *fname)
if (current_user.uid != sbuf_file.st_uid) {
return False;
}
- return False;
}
#endif