From 08ff20d99815515479328bd16cdf48f6f0d881f8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Mon, 21 Apr 2008 19:27:45 +0200 Subject: [PATCH] IDL: Add NTLOGON_RESPONSE_FROM_PDC2 to nbt_logon_request. Guenther (cherry picked from commit 1724000a95f3814a5ce4eaf5807dbf20e7e2e4f0) --- source/librpc/idl/nbt.idl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/librpc/idl/nbt.idl b/source/librpc/idl/nbt.idl index 4dc7972e450..cfae5ca4a50 100644 --- a/source/librpc/idl/nbt.idl +++ b/source/librpc/idl/nbt.idl @@ -550,7 +550,8 @@ interface nbt typedef enum { NTLOGON_SAM_LOGON = 0x12, NTLOGON_SAM_LOGON_REPLY = 0x13, - NTLOGON_SAM_LOGON_REPLY15 = 0x15 + NTLOGON_SAM_LOGON_REPLY15 = 0x15, + NTLOGON_RESPONSE_FROM_PDC2 = 0x17 } nbt_ntlogon_command; typedef struct { @@ -579,7 +580,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; + [case(NTLOGON_RESPONSE_FROM_PDC2)] nbt_netlogon_response_from_pdc2 reply2; } nbt_ntlogon_request; typedef [flag(NDR_NOALIGN),public] struct { -- 2.11.4.GIT