svn commit: samba r11750 - in branches/SAMBA_4_0/source/libnet: .

mimir at samba.org mimir at samba.org
Wed Nov 16 20:53:58 GMT 2005


Author: mimir
Date: 2005-11-16 20:53:54 +0000 (Wed, 16 Nov 2005)
New Revision: 11750

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=11750

Log:
More comments.



Modified:
   branches/SAMBA_4_0/source/libnet/libnet_rpc.h


Changeset:
Modified: branches/SAMBA_4_0/source/libnet/libnet_rpc.h
===================================================================
--- branches/SAMBA_4_0/source/libnet/libnet_rpc.h	2005-11-16 20:52:12 UTC (rev 11749)
+++ branches/SAMBA_4_0/source/libnet/libnet_rpc.h	2005-11-16 20:53:54 UTC (rev 11750)
@@ -24,9 +24,10 @@
  */
 
 enum libnet_RpcConnect_level {
-	LIBNET_RPC_CONNECT_SERVER,      /* connect to a standalone rpc server */
-	LIBNET_RPC_CONNECT_PDC,          /* connect to a domain pdc */
-	LIBNET_RPC_CONNECT_BINDING      /* specified binding string */
+	LIBNET_RPC_CONNECT_SERVER,       /* connect to a standalone rpc server */
+	LIBNET_RPC_CONNECT_PDC,          /* connect to a domain pdc (resolves domain
+					    name to a pdc address before connecting) */
+	LIBNET_RPC_CONNECT_BINDING       /* specified binding string */
 };
 
 struct libnet_RpcConnect {



More information about the samba-cvs mailing list