summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_netlogon.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-04 02:46:41 +0100
committerGünther Deschner <gd@samba.org>2008-11-04 02:46:41 +0100
commitbe5c79cbeca6e0671e0e210087cf06645be4194e (patch)
tree51230a041e6f717597805afe05c73a8e7279309d /source3/librpc/gen_ndr/srv_netlogon.c
parent9dd4abd780db9f6a219bd01b774836ea37b08221 (diff)
downloadsamba-be5c79cbeca6e0671e0e210087cf06645be4194e.tar.gz
samba-be5c79cbeca6e0671e0e210087cf06645be4194e.tar.bz2
samba-be5c79cbeca6e0671e0e210087cf06645be4194e.zip
s3-build: re-run make samba3-idl.
Guenther
Diffstat (limited to 'source3/librpc/gen_ndr/srv_netlogon.c')
-rw-r--r--source3/librpc/gen_ndr/srv_netlogon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/srv_netlogon.c b/source3/librpc/gen_ndr/srv_netlogon.c
index b740e7b333..9546b2551b 100644
--- a/source3/librpc/gen_ndr/srv_netlogon.c
+++ b/source3/librpc/gen_ndr/srv_netlogon.c
@@ -1454,7 +1454,7 @@ static bool api_netr_DatabaseRedo(pipes_struct *p)
ZERO_STRUCT(r->out);
r->out.return_authenticator = r->in.return_authenticator;
- r->out.delta_enum_array = talloc_zero(r, struct netr_DELTA_ENUM_ARRAY);
+ r->out.delta_enum_array = talloc_zero(r, struct netr_DELTA_ENUM_ARRAY *);
if (r->out.delta_enum_array == NULL) {
talloc_free(r);
return false;