diff options
author | Günther Deschner <gd@samba.org> | 2008-02-08 23:37:45 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-08 23:38:12 +0100 |
commit | 559d6587a1d98246883f14bca633c3e660d2a4e8 (patch) | |
tree | 1e30bd6a8314740e08804b2870f41407082d9b28 /source3/librpc/gen_ndr/srv_netlogon.c | |
parent | 409e4fef400af167b2e6dd301160572aa873edb6 (diff) | |
download | samba-559d6587a1d98246883f14bca633c3e660d2a4e8.tar.gz samba-559d6587a1d98246883f14bca633c3e660d2a4e8.tar.bz2 samba-559d6587a1d98246883f14bca633c3e660d2a4e8.zip |
Re-run make idl.
Guenther
(This used to be commit f113c340c80f8ecbec37fa8e8c59c7e36777ca64)
Diffstat (limited to 'source3/librpc/gen_ndr/srv_netlogon.c')
-rw-r--r-- | source3/librpc/gen_ndr/srv_netlogon.c | 2 |
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 b9e6ae69b1..673f9503df 100644 --- a/source3/librpc/gen_ndr/srv_netlogon.c +++ b/source3/librpc/gen_ndr/srv_netlogon.c @@ -1679,7 +1679,7 @@ static bool api_netr_DsRGetDCName(pipes_struct *p) } ZERO_STRUCT(r->out); - r->out.info = talloc_zero(r, struct netr_DsRGetDCNameInfo); + r->out.info = talloc_zero(r, struct netr_DsRGetDCNameInfo *); if (r->out.info == NULL) { talloc_free(r); return false; |