diff options
Diffstat (limited to 'librpc/gen_ndr/srv_dssetup.c')
-rw-r--r-- | librpc/gen_ndr/srv_dssetup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/gen_ndr/srv_dssetup.c b/librpc/gen_ndr/srv_dssetup.c index 813eaf629f..9585bf379d 100644 --- a/librpc/gen_ndr/srv_dssetup.c +++ b/librpc/gen_ndr/srv_dssetup.c @@ -852,7 +852,7 @@ NTSTATUS rpc_dssetup_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, ZERO_STRUCT(r->out); r->out.info = talloc_zero(mem_ctx, union dssetup_DsRoleInfo); if (r->out.info == NULL) { - return NT_STATUS_NO_MEMORY; + return NT_STATUS_NO_MEMORY; } r->out.result = _dssetup_DsRoleGetPrimaryDomainInformation(cli->pipes_struct, r); |