summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-12-06 03:51:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:47:06 -0500
commit08377f458e2a7281094d286b6fe672155e244597 (patch)
tree53bac100295337cac1d39e718b03f47a37891d5f /source4
parent67d0bb8dc72acc167122e397d5a265c85cea7d3e (diff)
downloadsamba-08377f458e2a7281094d286b6fe672155e244597.tar.gz
samba-08377f458e2a7281094d286b6fe672155e244597.tar.bz2
samba-08377f458e2a7281094d286b6fe672155e244597.zip
r12084: added a comment on what is appropriate for parameter_control
(This used to be commit 040d798a88ad6e6d56179de2b9036e3d0c36afc8)
Diffstat (limited to 'source4')
-rw-r--r--source4/librpc/idl/netlogon.idl2
1 files changed, 1 insertions, 1 deletions
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;