summaryrefslogtreecommitdiff
path: root/source3/rpc_client
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-01-17 04:05:28 +0000
committerTim Potter <tpot@samba.org>2003-01-17 04:05:28 +0000
commit5183aada246122540d6ed453f7f384cd2ebb0821 (patch)
tree2fd03db35d730f977386d813244f98ec6ce64f05 /source3/rpc_client
parentf1ffe1b1dccf89168177d265332aff544cc7d1e8 (diff)
downloadsamba-5183aada246122540d6ed453f7f384cd2ebb0821.tar.gz
samba-5183aada246122540d6ed453f7f384cd2ebb0821.tar.bz2
samba-5183aada246122540d6ed453f7f384cd2ebb0821.zip
Let's clean up client side ntlmssp!
Removed a dead function. (This used to be commit a1c790b5ea8de120a1d8710ac190955aea28246f)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r--source3/rpc_client/cli_pipe.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c
index a241744466..bbbf194fbd 100644
--- a/source3/rpc_client/cli_pipe.c
+++ b/source3/rpc_client/cli_pipe.c
@@ -1266,16 +1266,6 @@ BOOL rpc_pipe_bind(struct cli_state *cli, int pipe_idx, const char *my_name)
}
/****************************************************************************
- 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.
****************************************************************************/