summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source4/librpc/idl/netlogon.idl5
1 files changed, 3 insertions, 2 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl
index 24961aa362..693e7bf57c 100644
--- a/source4/librpc/idl/netlogon.idl
+++ b/source4/librpc/idl/netlogon.idl
@@ -69,8 +69,8 @@ interface netlogon
} netr_Credential;
typedef struct {
- [value(strlen_m(r->string)*2)] uint16 size;
- [value(r->size)] uint16 length;
+ [value(strlen_m(r->string)*2)] uint16 size;
+ [value(r->size)] uint16 length;
unistr_noterm *string;
} netr_String;
@@ -127,6 +127,7 @@ interface netlogon
[case(1)] netr_PasswordInfo *interactive;
[case(2)] netr_NetworkInfo *network;
[case(3)] netr_PasswordInfo *service;
+ [case(6)] netr_NetworkInfo *network;
} netr_LogonLevel;
typedef struct {