From b782b5ed7c7a59fc60845c776c81cfcc56fdfda6 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 27 Jul 2011 12:06:22 +1000 Subject: [PATCH] nbt: Add comment explaining that these responses are manually encoded Signed-off-by: Andrew Tridgell --- librpc/idl/nbt.idl | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/librpc/idl/nbt.idl b/librpc/idl/nbt.idl index ee9a64ed3e5..5d8dfd70888 100644 --- a/librpc/idl/nbt.idl +++ b/librpc/idl/nbt.idl @@ -545,7 +545,11 @@ interface nbt [case(NETLOGON_ANNOUNCE_UAS)] NETLOGON_DB_CHANGE uas; } nbt_netlogon_request; -#if 0 +#if 0 + /* These responses are all handled manually, as they cannot be encoded in IDL fully + + See push_nbt_netlogon_response() + */ [case(NETLOGON_RESPONSE_FROM_PDC)] nbt_netlogon_response_from_pdc response; [case(NETLOGON_RESPONSE_FROM_PDC_USER)] nbt_netlogon_response_from_pdc2 response2; -- 2.34.1