From fdbc094c3ebdc2464ebcdd220667348b684ce103 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 14 Apr 2005 08:44:28 +0000 Subject: r6341: fixed the schannel idl to handle dotted names correctly (This used to be commit 2873c0e917e172f8f3186ad93c154f51198c352b) --- source4/librpc/idl/schannel.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/librpc/idl/schannel.idl') 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 { -- cgit