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

r7381: Put more rpc specifics in libnet context.

rafal
This commit is contained in:
Rafal Szczesniak
2005-06-07 23:24:57 +00:00
committed by Gerald (Jerry) Carter
parent 80e2f04ce1
commit 53ad20d46b

View File

@@ -26,6 +26,13 @@ struct libnet_context {
* a user env context
*/
struct cli_credentials *cred;
/* dcerpc pipes */
struct dcerpc_pipe *samr;
/* opened handles */
struct policy_handle domain_handle;
struct policy_handle user_handle;
};