diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-07-27 12:06:22 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-07-29 04:24:06 +0200 |
commit | b782b5ed7c7a59fc60845c776c81cfcc56fdfda6 (patch) | |
tree | 124c2c3e9ed53c59e2db1e81143f7089fd119c61 /librpc/idl | |
parent | 61cb2150cbd6922600964a70920ca90da9eb4368 (diff) | |
download | samba-b782b5ed7c7a59fc60845c776c81cfcc56fdfda6.tar.gz samba-b782b5ed7c7a59fc60845c776c81cfcc56fdfda6.tar.xz 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/idl')
-rw-r--r-- | librpc/idl/nbt.idl | 6 |
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; |