diff options
Diffstat (limited to 'source4/librpc/idl')
-rw-r--r-- | source4/librpc/idl/schannel.idl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/librpc/idl/schannel.idl b/source4/librpc/idl/schannel.idl index e41628fdcd..8c72742f88 100644 --- a/source4/librpc/idl/schannel.idl +++ b/source4/librpc/idl/schannel.idl @@ -20,9 +20,9 @@ interface schannel typedef struct { astring domain; - astring account_name; - nbt_string dnsdomain; /* in NBT dotted format */ - nbt_string workstation; + astring workstation; + nbt_string dnsdomain; + nbt_string dnsworkstation; } schannel_bind_23; typedef [nodiscriminant] union { |