summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_netlogon.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-15 14:04:08 +0100
committerGünther Deschner <gd@samba.org>2008-02-15 14:04:28 +0100
commit1976c7acc7f98914be50c0dd5d5c259511e273fa (patch)
treeaa552e1ff1425f2c2137e700e866d61ff5c1d64c /source3/librpc/gen_ndr/srv_netlogon.c
parent10023ef50a36bb43c3f480a13ddc45ef83658e05 (diff)
downloadsamba-1976c7acc7f98914be50c0dd5d5c259511e273fa.tar.gz
samba-1976c7acc7f98914be50c0dd5d5c259511e273fa.tar.bz2
samba-1976c7acc7f98914be50c0dd5d5c259511e273fa.zip
Re-run make idl.
Guenther (This used to be commit 06f2f4c4707d13bfc5510f3ff068534a01456fe5)
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 808493463a..5965490e24 100644
--- a/source3/librpc/gen_ndr/srv_netlogon.c
+++ b/source3/librpc/gen_ndr/srv_netlogon.c
@@ -599,7 +599,7 @@ static bool api_netr_DatabaseDeltas(pipes_struct *p)
ZERO_STRUCT(r->out);
r->out.return_authenticator = r->in.return_authenticator;
r->out.sequence_num = r->in.sequence_num;
- 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;