1
0
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:
Luk Claes
2012-05-19 18:32:51 +02:00
committed by Stefan Metzmacher
parent 3c9c06ac05
commit 7c69ca09d0
3 changed files with 4 additions and 10 deletions

View File

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