mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s4:dsdb/common: dsdb_trust_get_incoming_passwords only needs a const ldb_message
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15425 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
parent
e9767315cf
commit
f92def2f94
@ -2668,7 +2668,7 @@ NTSTATUS dsdb_trust_search_tdo_by_sid(struct ldb_context *sam_ctx,
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
|
||||
NTSTATUS dsdb_trust_get_incoming_passwords(struct ldb_message *msg,
|
||||
NTSTATUS dsdb_trust_get_incoming_passwords(const struct ldb_message *msg,
|
||||
TALLOC_CTX *mem_ctx,
|
||||
struct samr_Password **_current,
|
||||
struct samr_Password **_previous)
|
||||
|
Loading…
Reference in New Issue
Block a user