From 7bfe1d29dd0d8bbe008cc5a91a072da004f25dae Mon Sep 17 00:00:00 2001 From: Rafal Szczesniak Date: Wed, 16 Nov 2005 20:53:54 +0000 Subject: r11750: More comments. (This used to be commit d277b13ced0983d67b22d78e06d692a966e3c6f1) --- source4/libnet/libnet_rpc.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'source4/libnet') diff --git a/source4/libnet/libnet_rpc.h b/source4/libnet/libnet_rpc.h index fd65985b13..708084cf58 100644 --- a/source4/libnet/libnet_rpc.h +++ b/source4/libnet/libnet_rpc.h @@ -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 { -- cgit