1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r12885: Oops. Missed last part of correct patch for #3348.

Caught by Samba4 oplock torture tester.
Jeremy.
(This used to be commit c2476b2f75)
This commit is contained in:
Jeremy Allison 2006-01-13 02:54:46 +00:00 committed by Gerald (Jerry) Carter
parent 92092cbcdc
commit d86ebaf198

View File

@ -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