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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user