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