mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
r6341: fixed the schannel idl to handle dotted names correctly
This commit is contained in:
parent
e6376b2430
commit
2873c0e917
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user