diff options
Diffstat (limited to 'source4/dsdb')
-rw-r--r-- | source4/dsdb/repl/drepl_service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/repl/drepl_service.c b/source4/dsdb/repl/drepl_service.c index 252ec5f693..5babbcbf6d 100644 --- a/source4/dsdb/repl/drepl_service.c +++ b/source4/dsdb/repl/drepl_service.c @@ -244,7 +244,7 @@ static NTSTATUS dreplsrv_refresh(struct irpc_message *msg, struct dreplsrv_service *s = talloc_get_type(msg->private_data, struct dreplsrv_service); - r->out.werr = dreplsrv_refresh_partitions(s); + r->out.result = dreplsrv_refresh_partitions(s); return NT_STATUS_OK; } |