diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-04-20 17:04:33 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-04-20 17:04:33 +0200 |
commit | c185e7a29c9d973a3916928903acc078c43b0d4f (patch) | |
tree | 7e1a49febb1a8ba77c1a6c43ef8f2337f45cdc3c /source3/utils | |
parent | 6c9caed48187a0d18becf59ab636af44cbe521b0 (diff) | |
download | samba-c185e7a29c9d973a3916928903acc078c43b0d4f.tar.gz samba-c185e7a29c9d973a3916928903acc078c43b0d4f.tar.bz2 samba-c185e7a29c9d973a3916928903acc078c43b0d4f.zip |
Fix to use modified cli_rpc_pipe_open_schannel_with_key API
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net_rpc_join.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rpc_join.c b/source3/utils/net_rpc_join.c index 78bbce3dfc..c2e3630641 100644 --- a/source3/utils/net_rpc_join.c +++ b/source3/utils/net_rpc_join.c @@ -417,7 +417,7 @@ int net_rpc_join_newstyle(struct net_context *c, int argc, const char **argv) result = cli_rpc_pipe_open_schannel_with_key( cli, &ndr_table_netlogon.syntax_id, - PIPE_AUTH_LEVEL_PRIVACY, domain, pipe_hnd->dc, + PIPE_AUTH_LEVEL_PRIVACY, domain, &pipe_hnd->dc, &netlogon_schannel_pipe); if (!NT_STATUS_IS_OK(result)) { |