mirror of
https://github.com/samba-team/samba.git
synced 2025-03-09 08:58:35 +03:00
netlogon.idl: the capabilities in query_level=2 are the ones send by the client
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15425 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> (cherry picked from commit 86176598eee4c83dc63a9dac163f32c886477129)
This commit is contained in:
parent
349f314488
commit
8cf7bf9f61
@ -1236,7 +1236,7 @@ interface netlogon
|
||||
/* Function 0x15 */
|
||||
typedef [switch_type(uint32)] union {
|
||||
[case(1)] netr_NegotiateFlags server_capabilities;
|
||||
[case(2)] netr_NegotiateFlags server_capabilities;
|
||||
[case(2)] netr_NegotiateFlags requested_flags;
|
||||
} netr_Capabilities;
|
||||
|
||||
NTSTATUS netr_LogonGetCapabilities(
|
||||
|
Loading…
x
Reference in New Issue
Block a user