summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/netlogon.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-15 14:04:08 +0100
committerGünther Deschner <gd@samba.org>2008-02-15 14:04:28 +0100
commit1976c7acc7f98914be50c0dd5d5c259511e273fa (patch)
treeaa552e1ff1425f2c2137e700e866d61ff5c1d64c /source3/librpc/gen_ndr/netlogon.h
parent10023ef50a36bb43c3f480a13ddc45ef83658e05 (diff)
downloadsamba-1976c7acc7f98914be50c0dd5d5c259511e273fa.tar.gz
samba-1976c7acc7f98914be50c0dd5d5c259511e273fa.tar.bz2
samba-1976c7acc7f98914be50c0dd5d5c259511e273fa.zip
Re-run make idl.
Guenther (This used to be commit 06f2f4c4707d13bfc5510f3ff068534a01456fe5)
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 97089d45f7..83879e2c21 100644
--- a/source3/librpc/gen_ndr/netlogon.h
+++ b/source3/librpc/gen_ndr/netlogon.h
@@ -936,7 +936,7 @@ struct netr_DatabaseDeltas {
struct {
const char *logon_server;/* [charset(UTF16)] */
const char *computername;/* [charset(UTF16)] */
- struct netr_Authenticator credential;
+ struct netr_Authenticator *credential;/* [ref] */
enum netr_SamDatabaseID database_id;
uint32_t preferredmaximumlength;
struct netr_Authenticator *return_authenticator;/* [ref] */
@@ -944,7 +944,7 @@ struct netr_DatabaseDeltas {
} in;
struct {
- struct netr_DELTA_ENUM_ARRAY *delta_enum_array;/* [ref] */
+ struct netr_DELTA_ENUM_ARRAY **delta_enum_array;/* [ref] */
struct netr_Authenticator *return_authenticator;/* [ref] */
uint64_t *sequence_num;/* [ref] */
NTSTATUS result;