summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-27 12:06:22 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-29 04:24:06 +0200
commitb782b5ed7c7a59fc60845c776c81cfcc56fdfda6 (patch)
tree124c2c3e9ed53c59e2db1e81143f7089fd119c61 /librpc
parent61cb2150cbd6922600964a70920ca90da9eb4368 (diff)
downloadsamba-b782b5ed7c7a59fc60845c776c81cfcc56fdfda6.tar.gz
samba-b782b5ed7c7a59fc60845c776c81cfcc56fdfda6.tar.bz2
samba-b782b5ed7c7a59fc60845c776c81cfcc56fdfda6.zip
nbt: Add comment explaining that these responses are manually encoded
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/nbt.idl6
1 files changed, 5 insertions, 1 deletions
diff --git a/librpc/idl/nbt.idl b/librpc/idl/nbt.idl
index ee9a64ed3e..5d8dfd7088 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;