summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/netlogon.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-13 23:00:36 +0100
committerGünther Deschner <gd@samba.org>2008-02-13 23:01:33 +0100
commita15db9cadaedd000687a9dab1b027f0093f764a7 (patch)
treef80eecd5199e01035c71005b44dadd3aa69ff054 /source3/librpc/gen_ndr/netlogon.h
parent354a99eee18d937a18c2ea6a1b63edce68f9a7ce (diff)
downloadsamba-a15db9cadaedd000687a9dab1b027f0093f764a7.tar.gz
samba-a15db9cadaedd000687a9dab1b027f0093f764a7.tar.bz2
samba-a15db9cadaedd000687a9dab1b027f0093f764a7.zip
Re-run make idl.
Guenther (This used to be commit a111167062f0bee9477b5988a3ce796af81407fc)
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 36380f1498..97089d45f7 100644
--- a/source3/librpc/gen_ndr/netlogon.h
+++ b/source3/librpc/gen_ndr/netlogon.h
@@ -920,8 +920,8 @@ struct netr_ServerPasswordSet {
const char *account_name;/* [charset(UTF16)] */
enum netr_SchannelType secure_channel_type;
const char *computer_name;/* [charset(UTF16)] */
- struct netr_Authenticator credential;
- struct samr_Password new_password;
+ struct netr_Authenticator *credential;/* [ref] */
+ struct samr_Password *new_password;/* [ref] */
} in;
struct {