1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-16 00:23:52 +03:00

r11750: More comments.

This commit is contained in:
Rafal Szczesniak
2005-11-16 20:53:54 +00:00
committed by Gerald (Jerry) Carter
parent a7bf9ada34
commit d277b13ced

View File

@@ -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 {