svn commit: samba r6341 - in branches/SAMBA_4_0/source/librpc/idl: .

tridge at samba.org tridge at samba.org
Thu Apr 14 08:44:28 GMT 2005


Author: tridge
Date: 2005-04-14 08:44:28 +0000 (Thu, 14 Apr 2005)
New Revision: 6341

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6341

Log:
fixed the schannel idl to handle dotted names correctly

Modified:
   branches/SAMBA_4_0/source/librpc/idl/schannel.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/schannel.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/schannel.idl	2005-04-14 08:24:36 UTC (rev 6340)
+++ branches/SAMBA_4_0/source/librpc/idl/schannel.idl	2005-04-14 08:44:28 UTC (rev 6341)
@@ -21,8 +21,8 @@
 	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 {



More information about the samba-cvs mailing list