summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/netlogon.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-16 13:59:55 +0100
committerGünther Deschner <gd@samba.org>2008-02-16 14:26:41 +0100
commit0e70c5eea86138f24452db80e39a8d1d1b505c33 (patch)
treee077c72007a690fbce71ae69b2e8edbb36ad2b6e /source3/librpc/gen_ndr/netlogon.h
parent6df300bfb26e8d038c86779f205d2b6cf33d3336 (diff)
downloadsamba-0e70c5eea86138f24452db80e39a8d1d1b505c33.tar.gz
samba-0e70c5eea86138f24452db80e39a8d1d1b505c33.tar.bz2
samba-0e70c5eea86138f24452db80e39a8d1d1b505c33.zip
Re-run make idl.
Guenther (This used to be commit 3a200957b2028198b9ee59f71da0f0b6601c95e2)
Diffstat (limited to 'source3/librpc/gen_ndr/netlogon.h')
-rw-r--r--source3/librpc/gen_ndr/netlogon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/gen_ndr/netlogon.h b/source3/librpc/gen_ndr/netlogon.h
index 80434a1578..bff2d91a03 100644
--- a/source3/librpc/gen_ndr/netlogon.h
+++ b/source3/librpc/gen_ndr/netlogon.h
@@ -849,7 +849,7 @@ struct netr_LogonSamLogon {
const char *computer_name;/* [unique,charset(UTF16)] */
struct netr_Authenticator *credential;/* [unique] */
uint16_t logon_level;
- union netr_LogonLevel logon;/* [switch_is(logon_level)] */
+ union netr_LogonLevel *logon;/* [ref,switch_is(logon_level)] */
uint16_t validation_level;
struct netr_Authenticator *return_authenticator;/* [unique] */
} in;
@@ -1435,7 +1435,7 @@ struct netr_LogonSamLogonEx {
const char *server_name;/* [unique,charset(UTF16)] */
const char *computer_name;/* [unique,charset(UTF16)] */
uint16_t logon_level;
- union netr_LogonLevel logon;/* [switch_is(logon_level)] */
+ union netr_LogonLevel *logon;/* [ref,switch_is(logon_level)] */
uint16_t validation_level;
uint32_t *flags;/* [ref] */
} in;