1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Let's clean up client side ntlmssp!

Removed a dead function.
(This used to be commit a1c790b5ea8de120a1d8710ac190955aea28246f)
This commit is contained in:
Tim Potter 2003-01-17 04:05:28 +00:00
parent f1ffe1b1dc
commit 5183aada24

View File

@ -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.
****************************************************************************/