diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-12-06 03:51:54 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:47:06 -0500 |
commit | 08377f458e2a7281094d286b6fe672155e244597 (patch) | |
tree | 53bac100295337cac1d39e718b03f47a37891d5f /source4/librpc/idl/netlogon.idl | |
parent | 67d0bb8dc72acc167122e397d5a265c85cea7d3e (diff) | |
download | samba-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/librpc/idl/netlogon.idl')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 2 |
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; |