mirror of
https://github.com/samba-team/samba.git
synced 2025-03-12 20:58:37 +03:00
r8676: attribute lists in ldb searches must be NULL terminated
this is what was causing the panic on the s390 box (This used to be commit 3a49626ae17d6076f0fc54b0453acb459d88297c)
This commit is contained in:
parent
d3a2b03f76
commit
989a4b673d
@ -211,7 +211,7 @@ static NTSTATUS authsam_search_account(TALLOC_CTX *mem_ctx, struct ldb_context *
|
||||
NULL,
|
||||
};
|
||||
|
||||
const char *domain_attrs[] = {"nETBIOSName", "nCName"};
|
||||
const char *domain_attrs[] = {"nETBIOSName", "nCName", NULL};
|
||||
|
||||
if (domain_name) {
|
||||
/* find the domain's DN */
|
||||
|
Loading…
x
Reference in New Issue
Block a user