mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
Don't set "requested_posix_capabilities" in the sync code, already done in the async.
Jeremy.
This commit is contained in:
parent
a1e0e1cbcf
commit
74c4c7fe4f
@ -255,8 +255,6 @@ fail:
|
||||
TALLOC_FREE(ev);
|
||||
if (!NT_STATUS_IS_OK(status)) {
|
||||
cli_set_error(cli, status);
|
||||
} else {
|
||||
cli->requested_posix_capabilities = caplow;
|
||||
}
|
||||
return status;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user