1
0
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:
Volker Lendecke 2006-12-21 21:30:11 +00:00 committed by Gerald (Jerry) Carter
parent c1a05657b9
commit f871861673

View File

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