1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-05 12:23:50 +03:00

In cli_lsa_lookup_sids don't leave the domain field uninitialized if

some sid could not be mapped. Otherwise this call is unnecessarily
complicated to call.

Volker
This commit is contained in:
Volker Lendecke
-
parent 7eaae388b3
commit 1337338522

View File

@@ -322,6 +322,7 @@ NTSTATUS cli_lsa_lookup_sids(struct cli_state *cli, TALLOC_CTX *mem_ctx,
} else {
(*names)[i] = NULL;
(*domains)[i] = NULL;
(*types)[i] = SID_NAME_UNKNOWN;
}
}