diff options
author | Luk Claes <luk@debian.org> | 2012-06-02 12:45:40 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-07-23 22:13:29 +0200 |
commit | cdec0c46464c8b524fc64ff46f1af809af026086 (patch) | |
tree | 36e8a1f4b3b3166886c192d967972d0176b51299 /source3/include | |
parent | 6bff589e33afde6e0f7db9f99f14be5cb171f587 (diff) | |
download | samba-cdec0c46464c8b524fc64ff46f1af809af026086.tar.gz |
s3:libsmb: use cli_state_{g,s}et_uid instead of smb1.uid directly
Signed-off-by: Luk Claes <luk@debian.org>
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 5694ed0888e..b6e62a3d92d 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 { |