From 84aea4784a1798f2585cfa98b6126e21e830ae82 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 3 May 2010 12:51:26 +0200 Subject: s3: re-run make samba3-idl. Guenther --- librpc/gen_ndr/srv_dssetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'librpc/gen_ndr/srv_dssetup.c') 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); -- cgit