1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

s3:mdssvc: macOS returns UINT64_MAX, not 0 for closeQueryForContext mdscmd

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Ralph Boehme 2019-04-16 19:14:39 +02:00 committed by Jeremy Allison
parent 5750f38ca7
commit a3cb4fca86

View File

@ -1388,7 +1388,7 @@ static bool slrpc_close_query(struct mds_ctx *mds_ctx,
TALLOC_FREE(slq);
done:
sl_res = 0;
sl_res = UINT64_MAX;
result = dalloc_add_copy(array, &sl_res, uint64_t);
if (result != 0) {
return false;