diff options
author | Günther Deschner <gd@samba.org> | 2008-04-18 11:41:35 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-18 11:50:19 +0200 |
commit | a717d0da24840f00d536069c4e383d20c5859981 (patch) | |
tree | 7cd7f24027f63399b78f20aad8692afb8d7dce1e /source3/librpc | |
parent | e90b4061c134486fd3958ea11a28af9801bcc6a2 (diff) | |
download | samba-a717d0da24840f00d536069c4e383d20c5859981.tar.gz samba-a717d0da24840f00d536069c4e383d20c5859981.tar.bz2 samba-a717d0da24840f00d536069c4e383d20c5859981.zip |
IDL: Add type 23 in nbt_ntlogon_request reply packets.
Guenther
(This used to be commit dbef92c2b2ae6786cf527715adbbd7db8b334fcc)
Diffstat (limited to 'source3/librpc')
-rw-r--r-- | source3/librpc/idl/nbt.idl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/librpc/idl/nbt.idl b/source3/librpc/idl/nbt.idl index e5efe1746d..4dc7972e45 100644 --- a/source3/librpc/idl/nbt.idl +++ b/source3/librpc/idl/nbt.idl @@ -579,6 +579,7 @@ interface nbt [case(NTLOGON_SAM_LOGON)] nbt_ntlogon_sam_logon logon; [case(NTLOGON_SAM_LOGON_REPLY)] nbt_ntlogon_sam_logon_reply reply; [case(NTLOGON_SAM_LOGON_REPLY15)] nbt_ntlogon_sam_logon_reply reply; + [case(NETLOGON_RESPONSE_FROM_PDC2)] nbt_netlogon_response_from_pdc2 reply2; } nbt_ntlogon_request; typedef [flag(NDR_NOALIGN),public] struct { |