1
0
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:
Jeremy Allison 2010-04-13 19:12:43 -07:00
parent a1e0e1cbcf
commit 74c4c7fe4f

View File

@ -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;
}