1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

nsswitch/winbindd_group.c nsswitch/winbindd_user.c: formatting fixups.

smbd/open.c: Fix "delete on close" for directories.
Jeremy.
This commit is contained in:
Jeremy Allison
-
parent 96224fe2d4
commit 014b0973a3
3 changed files with 30 additions and 29 deletions

View File

@@ -1129,7 +1129,7 @@ files_struct *open_directory(connection_struct *conn, char *fname,
fsp->can_lock = True;
fsp->can_read = False;
fsp->can_write = False;
fsp->share_mode = 0;
fsp->share_mode = share_mode;
fsp->print_file = False;
fsp->modified = False;
fsp->oplock_type = NO_OPLOCK;