diff options
Diffstat (limited to 'source4/librpc/idl/netlogon.idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 9d32c102e8..e30bf4dc8b 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -21,7 +21,7 @@ interface netlogon typedef [public] struct { [value(strlen_m(string)*2)] uint16 size; - [value(size)] uint16 length; + [value(strlen_m(string)*2)] uint16 length; unistr_noterm *string; } netr_String; |