diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-02-16 14:50:57 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:18:00 -0500 |
commit | b84370513fbf790e599c33f177fb271a2a992b72 (patch) | |
tree | 1a698995c2e6fa9cfdd4b0465e6c005e48263216 /source/librpc/gen_ndr/cli_initshutdown.c | |
parent | a6b55beae7ae0c70cf955d01f51f881f9f962910 (diff) | |
download | samba-b84370513fbf790e599c33f177fb271a2a992b72.tar.gz samba-b84370513fbf790e599c33f177fb271a2a992b72.tar.xz samba-b84370513fbf790e599c33f177fb271a2a992b72.zip |
r21385: Regenerate IDL after pidl changes, sync winreg.idl from samba4.
Diffstat (limited to 'source/librpc/gen_ndr/cli_initshutdown.c')
-rw-r--r-- | source/librpc/gen_ndr/cli_initshutdown.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/librpc/gen_ndr/cli_initshutdown.c b/source/librpc/gen_ndr/cli_initshutdown.c index 02a4f9ad0a4..06ae3fbe6d7 100644 --- a/source/librpc/gen_ndr/cli_initshutdown.c +++ b/source/librpc/gen_ndr/cli_initshutdown.c @@ -23,7 +23,7 @@ NTSTATUS rpccli_initshutdown_Init(struct rpc_pipe_client *cli, TALLOC_CTX *mem_c status = cli_do_rpc_ndr(cli, mem_ctx, PI_INITSHUTDOWN, DCERPC_INITSHUTDOWN_INIT, &r, (ndr_pull_flags_fn_t)ndr_pull_initshutdown_Init, (ndr_push_flags_fn_t)ndr_push_initshutdown_Init); - if ( !NT_STATUS_IS_OK(status) ) { + if (!NT_STATUS_IS_OK(status)) { return status; } @@ -53,7 +53,7 @@ NTSTATUS rpccli_initshutdown_Abort(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ status = cli_do_rpc_ndr(cli, mem_ctx, PI_INITSHUTDOWN, DCERPC_INITSHUTDOWN_ABORT, &r, (ndr_pull_flags_fn_t)ndr_pull_initshutdown_Abort, (ndr_push_flags_fn_t)ndr_push_initshutdown_Abort); - if ( !NT_STATUS_IS_OK(status) ) { + if (!NT_STATUS_IS_OK(status)) { return status; } @@ -88,7 +88,7 @@ NTSTATUS rpccli_initshutdown_InitEx(struct rpc_pipe_client *cli, TALLOC_CTX *mem status = cli_do_rpc_ndr(cli, mem_ctx, PI_INITSHUTDOWN, DCERPC_INITSHUTDOWN_INITEX, &r, (ndr_pull_flags_fn_t)ndr_pull_initshutdown_InitEx, (ndr_push_flags_fn_t)ndr_push_initshutdown_InitEx); - if ( !NT_STATUS_IS_OK(status) ) { + if (!NT_STATUS_IS_OK(status)) { return status; } |