1
0
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:
Andrew Tridgell 2005-04-14 08:44:28 +00:00 committed by Gerald (Jerry) Carter
parent e6376b2430
commit 2873c0e917

View File

@ -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 {