From 08377f458e2a7281094d286b6fe672155e244597 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 6 Dec 2005 03:51:54 +0000 Subject: r12084: added a comment on what is appropriate for parameter_control (This used to be commit 040d798a88ad6e6d56179de2b9036e3d0c36afc8) --- source4/librpc/idl/netlogon.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc') diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 784c8d6655..fe0a1adbe4 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -91,7 +91,7 @@ interface netlogon 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; -- cgit