mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
r20310: We've checked for EA's and support for them further up already.
Volker
(This used to be commit 9c00ce0bbc
)
This commit is contained in:
parent
c1a05657b9
commit
f871861673
@ -4845,7 +4845,7 @@ static int call_trans2mkdir(connection_struct *conn, char *inbuf, char *outbuf,
|
||||
}
|
||||
|
||||
/* Try and set any given EA. */
|
||||
if (total_data) {
|
||||
if (ea_list) {
|
||||
status = set_ea(conn, NULL, directory, ea_list);
|
||||
talloc_destroy(ctx);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
|
Loading…
Reference in New Issue
Block a user