diff options
author | Günther Deschner <gd@samba.org> | 2008-02-13 14:12:29 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-13 14:20:32 +0100 |
commit | 120939d5d6ec0bae3a92b18ac3707fd9d3f36e46 (patch) | |
tree | 1c8a81b250b1a250f2475db4765affd8e77e39ae /source3/librpc/gen_ndr/netlogon.h | |
parent | 24aeb67d5c89083a310892959273b681721d4d2b (diff) | |
download | samba-120939d5d6ec0bae3a92b18ac3707fd9d3f36e46.tar.gz samba-120939d5d6ec0bae3a92b18ac3707fd9d3f36e46.tar.bz2 samba-120939d5d6ec0bae3a92b18ac3707fd9d3f36e46.zip |
Re-run make idl.
Guenther
(This used to be commit 782ad12e3c100cf74ca0bc353379efe90da69b98)
Diffstat (limited to 'source3/librpc/gen_ndr/netlogon.h')
-rw-r--r-- | source3/librpc/gen_ndr/netlogon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/gen_ndr/netlogon.h b/source3/librpc/gen_ndr/netlogon.h index ef2218c0f2..36380f1498 100644 --- a/source3/librpc/gen_ndr/netlogon.h +++ b/source3/librpc/gen_ndr/netlogon.h @@ -1071,7 +1071,7 @@ struct netr_LogonControl2 { const char *logon_server;/* [unique,charset(UTF16)] */ uint32_t function_code; uint32_t level; - union netr_CONTROL_DATA_INFORMATION data;/* [switch_is(function_code)] */ + union netr_CONTROL_DATA_INFORMATION *data;/* [ref,switch_is(function_code)] */ } in; struct { |