From 5183aada246122540d6ed453f7f384cd2ebb0821 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 17 Jan 2003 04:05:28 +0000 Subject: [PATCH] Let's clean up client side ntlmssp! Removed a dead function. (This used to be commit a1c790b5ea8de120a1d8710ac190955aea28246f) --- source3/rpc_client/cli_pipe.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index a2417444660..bbbf194fbd2 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -1265,16 +1265,6 @@ BOOL rpc_pipe_bind(struct cli_state *cli, int pipe_idx, const char *my_name) return True; } -/**************************************************************************** - Set ntlmssp negotiation flags. - ****************************************************************************/ - -void cli_nt_set_ntlmssp_flgs(struct cli_state *cli, uint32 ntlmssp_flgs) -{ - cli->ntlmssp_cli_flgs = ntlmssp_flgs; -} - - /**************************************************************************** Open a session. ****************************************************************************/ -- 2.34.1