From cdec0c46464c8b524fc64ff46f1af809af026086 Mon Sep 17 00:00:00 2001 From: Luk Claes Date: Sat, 2 Jun 2012 12:45:40 +0200 Subject: s3:libsmb: use cli_state_{g,s}et_uid instead of smb1.uid directly Signed-off-by: Luk Claes Signed-off-by: Stefan Metzmacher --- source3/include/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/client.h') diff --git a/source3/include/client.h b/source3/include/client.h index 5694ed0888..b6e62a3d92 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -104,7 +104,7 @@ struct cli_state { uint16_t pid; uint16_t vc_num; uint16_t tid; - uint16_t uid; + struct smbXcli_session *session; } smb1; struct { -- cgit