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:
committed by
Gerald (Jerry) Carter
parent
a7bf9ada34
commit
d277b13ced
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user