summaryrefslogtreecommitdiff
path: root/source3/include/client.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-07-21 09:20:43 +0200
committerStefan Metzmacher <metze@samba.org>2011-07-21 22:08:52 +0200
commit25447a528a1f5c37e0e62bbc990b87c868de784a (patch)
tree1c6dbdf6ce7dd670d621fd92cc2c1ca87d14c230 /source3/include/client.h
parentc70103f3f81c45846acc60fa84027247d72913f5 (diff)
downloadsamba-25447a528a1f5c37e0e62bbc990b87c868de784a.tar.gz
samba-25447a528a1f5c37e0e62bbc990b87c868de784a.tar.bz2
samba-25447a528a1f5c37e0e62bbc990b87c868de784a.zip
s3:libsmb: move cli->vuid to cli->smb1.uid and hide it behind cli_state_[g|s]et_uid()
metze
Diffstat (limited to 'source3/include/client.h')
-rw-r--r--source3/include/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h
index 5e4e0a3690..75fca5efa1 100644
--- a/source3/include/client.h
+++ b/source3/include/client.h
@@ -52,7 +52,6 @@ struct cli_state {
*/
struct cli_state *prev, *next;
int fd;
- uint16 vuid;
int protocol;
int sec_mode;
int rap_error;
@@ -135,6 +134,7 @@ struct cli_state {
uint16_t pid;
uint16_t vc_num;
uint16_t tid;
+ uint16_t uid;
} smb1;
struct {