nbt: Add comment explaining that these responses are manually encoded
authorAndrew Bartlett <abartlet@samba.org>
Wed, 27 Jul 2011 02:06:22 +0000 (12:06 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 29 Jul 2011 02:24:06 +0000 (04:24 +0200)
Signed-off-by: Andrew Tridgell <tridge@samba.org>
librpc/idl/nbt.idl

index ee9a64ed3e588ef9d861f2a4496e40559ede347d..5d8dfd70888b691d7f8afd621744d088469d1c80 100644 (file)
@@ -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;