From dbef92c2b2ae6786cf527715adbbd7db8b334fcc Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Fri, 18 Apr 2008 11:41:35 +0200 Subject: [PATCH] IDL: Add type 23 in nbt_ntlogon_request reply packets. Guenther --- source/librpc/idl/nbt.idl | 1 + 1 file changed, 1 insertion(+) diff --git a/source/librpc/idl/nbt.idl b/source/librpc/idl/nbt.idl index e5efe1746d7..4dc7972e450 100644 --- a/source/librpc/idl/nbt.idl +++ b/source/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 { -- 2.47.3