mirror of
https://github.com/samba-team/samba.git
synced 2025-07-31 20:22:15 +03:00
s3:libsmb: get rid of cli_state_server_session_key
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
committed by
Stefan Metzmacher
parent
3c9c06ac05
commit
7c69ca09d0
@ -370,11 +370,6 @@ uint16_t cli_state_get_vc_num(struct cli_state *cli)
|
||||
return cli->smb1.vc_num;
|
||||
}
|
||||
|
||||
uint32_t cli_state_server_session_key(struct cli_state *cli)
|
||||
{
|
||||
return smb1cli_conn_server_session_key(cli->conn);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
Set the PID to use for smb messages. Return the old pid.
|
||||
****************************************************************************/
|
||||
|
Reference in New Issue
Block a user