summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_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/srv_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/srv_srvsvc.c')
-rw-r--r--source3/librpc/gen_ndr/srv_srvsvc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/srv_srvsvc.c b/source3/librpc/gen_ndr/srv_srvsvc.c
index afd458765e..75e586c716 100644
--- a/source3/librpc/gen_ndr/srv_srvsvc.c
+++ b/source3/librpc/gen_ndr/srv_srvsvc.c
@@ -2225,7 +2225,7 @@ static bool api_srvsvc_NetRemoteTOD(pipes_struct *p)
}
ZERO_STRUCT(r->out);
- r->out.info = talloc_zero(r, struct srvsvc_NetRemoteTODInfo);
+ r->out.info = talloc_zero(r, struct srvsvc_NetRemoteTODInfo *);
if (r->out.info == NULL) {
talloc_free(r);
return false;