Author: tridge Date: 2005-12-06 03:51:54 +0000 (Tue, 06 Dec 2005) New Revision: 12084
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=12084 Log: added a comment on what is appropriate for parameter_control Modified: branches/SAMBA_4_0/source/librpc/idl/netlogon.idl Changeset: Modified: branches/SAMBA_4_0/source/librpc/idl/netlogon.idl =================================================================== --- branches/SAMBA_4_0/source/librpc/idl/netlogon.idl 2005-12-06 03:51:31 UTC (rev 12083) +++ branches/SAMBA_4_0/source/librpc/idl/netlogon.idl 2005-12-06 03:51:54 UTC (rev 12084) @@ -91,7 +91,7 @@ typedef struct { lsa_String domain_name; - uint32 parameter_control; + uint32 parameter_control; /* see MSV1_0_* */ uint32 logon_id_low; uint32 logon_id_high; lsa_String account_name;
