summaryrefslogtreecommitdiff
path: root/source/librpc/gen_ndr/netlogon.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/librpc/gen_ndr/netlogon.h')
-rw-r--r--source/librpc/gen_ndr/netlogon.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/librpc/gen_ndr/netlogon.h b/source/librpc/gen_ndr/netlogon.h
index 1cea1f0f42f..9e8605110f3 100644
--- a/source/librpc/gen_ndr/netlogon.h
+++ b/source/librpc/gen_ndr/netlogon.h
@@ -1355,8 +1355,8 @@ struct netr_ServerPasswordSet2 {
const char *account_name;/* [charset(UTF16)] */
enum netr_SchannelType secure_channel_type;
const char *computer_name;/* [charset(UTF16)] */
- struct netr_Authenticator *credential;/* [ref] */
- struct netr_CryptPassword *new_password;/* [ref] */
+ struct netr_Authenticator credential;
+ struct netr_CryptPassword new_password;
} in;
struct {