Let's clean up client side ntlmssp!
authorTim Potter <tpot@samba.org>
Fri, 17 Jan 2003 04:05:28 +0000 (04:05 +0000)
committerTim Potter <tpot@samba.org>
Fri, 17 Jan 2003 04:05:28 +0000 (04:05 +0000)
Removed a dead function.
(This used to be commit a1c790b5ea8de120a1d8710ac190955aea28246f)

source3/rpc_client/cli_pipe.c

index a24174446604d72044046a6db1a2e7ed85a54232..bbbf194fbd204f872ca05518735c8be7fcc7e8e2 100644 (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.
  ****************************************************************************/