diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-04-14 08:44:28 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:11:33 -0500 |
commit | fdbc094c3ebdc2464ebcdd220667348b684ce103 (patch) | |
tree | fce58a7049e3f9e2eaddb90fcbe6540d005a4981 /source4/librpc/idl | |
parent | 9bf2c694010ae9b2773bfe738a1f88c4b6693e48 (diff) | |
download | samba-fdbc094c3ebdc2464ebcdd220667348b684ce103.tar.gz samba-fdbc094c3ebdc2464ebcdd220667348b684ce103.tar.bz2 samba-fdbc094c3ebdc2464ebcdd220667348b684ce103.zip |
r6341: fixed the schannel idl to handle dotted names correctly
(This used to be commit 2873c0e917e172f8f3186ad93c154f51198c352b)
Diffstat (limited to 'source4/librpc/idl')
-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 { |