diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-01-02 14:29:51 +1100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-01-11 09:05:01 +0100 |
commit | 50a939ad8580c24fc42be50cda531874bfd66efd (patch) | |
tree | f6af4788feb7dcdd1c649c49b836b2ad68fe5a01 /source3/rpc_client | |
parent | 138121c51638634639dd264f514bbbb84bcf2f60 (diff) | |
download | samba-50a939ad8580c24fc42be50cda531874bfd66efd.tar.gz samba-50a939ad8580c24fc42be50cda531874bfd66efd.tar.xz samba-50a939ad8580c24fc42be50cda531874bfd66efd.zip |
s3-librpc: Rename spnego_ntlmssp_init_client and make generic
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index a87cb6d5ee..49053c980e 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -3175,7 +3175,8 @@ NTSTATUS cli_rpc_pipe_open_spnego_ntlmssp(struct cli_state *cli, goto err_out; } - status = spnego_ntlmssp_init_client(auth, + status = spnego_generic_init_client(auth, + GENSEC_OID_NTLMSSP, (auth->auth_level == DCERPC_AUTH_LEVEL_INTEGRITY), (auth->auth_level == |