mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
s3-dssync-passdb: fill in passdb_finish.
Guenther Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
parent
1f884cfbcb
commit
41ba1d3a1c
@ -50,7 +50,12 @@ static NTSTATUS passdb_startup(struct dssync_context *ctx, TALLOC_CTX *mem_ctx,
|
||||
static NTSTATUS passdb_finish(struct dssync_context *ctx, TALLOC_CTX *mem_ctx,
|
||||
struct replUpToDateVectorBlob *new_utdv)
|
||||
{
|
||||
return NT_STATUS_NOT_SUPPORTED;
|
||||
struct pdb_methods *methods =
|
||||
(struct pdb_methods *)ctx->private_data;
|
||||
|
||||
TALLOC_FREE(methods);
|
||||
|
||||
return NT_STATUS_OK;
|
||||
}
|
||||
|
||||
/****************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user