diff options
author | Tim Potter <tpot@samba.org> | 2003-01-22 23:33:18 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-01-22 23:33:18 +0000 |
commit | f27d292efcc60a7ce3bf12e54a918c8177032199 (patch) | |
tree | 9f2fd9e7afa1f92bac2f0a4f6d310bdd9f474535 /source3/rpc_client/cli_pipe.c | |
parent | c79eccad91705526c69ff6bca14060718138c570 (diff) | |
download | samba-f27d292efcc60a7ce3bf12e54a918c8177032199.tar.gz samba-f27d292efcc60a7ce3bf12e54a918c8177032199.tar.xz samba-f27d292efcc60a7ce3bf12e54a918c8177032199.zip |
Merge: remove dead function.
(This used to be commit 648307ab3d16cb557cead27d6799a741a266c0d5)
Diffstat (limited to 'source3/rpc_client/cli_pipe.c')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 10 |
1 files changed, 0 insertions, 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 @@ -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. ****************************************************************************/ |