diff options
-rw-r--r-- | source4/auth/auth_sam.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/auth_sam.c b/source4/auth/auth_sam.c index 9872031653..9f66740012 100644 --- a/source4/auth/auth_sam.c +++ b/source4/auth/auth_sam.c @@ -112,7 +112,7 @@ static NTSTATUS authsam_search_account(TALLOC_CTX *mem_ctx, struct ldb_context * } ret_domain = gendb_search(sam_ctx, mem_ctx, partitions_basedn, &msgs_domain_ref, domain_ref_attrs, - "(nCName=%s)", ldb_dn_alloc_linearized(msgs_tmp, domain_dn)); + "(nCName=%s)", ldb_dn_get_linearized(domain_dn)); if (ret_domain == -1) { return NT_STATUS_INTERNAL_DB_CORRUPTION; } |