summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_srvsvc.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-03-05 10:32:55 +0100
committerGünther Deschner <gd@samba.org>2008-03-05 10:32:55 +0100
commit91714e0429a667ca19aec8ba4cdd5e7722452979 (patch)
tree76f960a879c656e65a7fa62c7df4fd1749fd91cb /source3/librpc/gen_ndr/cli_srvsvc.c
parenta7b00be7666d5423cc4b41dbe8ecd5667f41d5bb (diff)
downloadsamba-91714e0429a667ca19aec8ba4cdd5e7722452979.tar.gz
samba-91714e0429a667ca19aec8ba4cdd5e7722452979.tar.bz2
samba-91714e0429a667ca19aec8ba4cdd5e7722452979.zip
Re-run make idl.
Guenther (This used to be commit b9abb783200f6c14543c3b884b9393797cfa8dbd)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_srvsvc.c')
-rw-r--r--source3/librpc/gen_ndr/cli_srvsvc.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/source3/librpc/gen_ndr/cli_srvsvc.c b/source3/librpc/gen_ndr/cli_srvsvc.c
index 768855743c..3624fb0dd4 100644
--- a/source3/librpc/gen_ndr/cli_srvsvc.c
+++ b/source3/librpc/gen_ndr/cli_srvsvc.c
@@ -1486,7 +1486,7 @@ NTSTATUS rpccli_srvsvc_NetTransportDel(struct rpc_pipe_client *cli,
NTSTATUS rpccli_srvsvc_NetRemoteTOD(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
const char *server_unc,
- struct srvsvc_NetRemoteTODInfo *info,
+ struct srvsvc_NetRemoteTODInfo **info,
WERROR *werror)
{
struct srvsvc_NetRemoteTOD r;
@@ -1519,9 +1519,7 @@ NTSTATUS rpccli_srvsvc_NetRemoteTOD(struct rpc_pipe_client *cli,
}
/* Return variables */
- if (info && r.out.info) {
- *info = *r.out.info;
- }
+ *info = *r.out.info;
/* Return result */
if (werror) {