diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-09-13 15:07:29 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-09-15 12:12:23 +0200 |
commit | b02d27ae056b08372861de4980fca1e03cb8d091 (patch) | |
tree | b9ead50dd516c810b6f7ae592dae59ea9ea55ac2 /source3/include | |
parent | 595f0020d4bc6c43adf4e73021e5fffab3354bfd (diff) | |
download | samba-b02d27ae056b08372861de4980fca1e03cb8d091.tar.gz samba-b02d27ae056b08372861de4980fca1e03cb8d091.tar.bz2 samba-b02d27ae056b08372861de4980fca1e03cb8d091.zip |
s3:libsmb: move cli->smb1.mid to cli->conn.smb1.mid
metze
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 43b1541925..77e1240046 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -137,11 +137,12 @@ struct cli_state { } server; uint32_t capabilities; + + uint16_t mid; } smb1; } conn; struct { - uint16_t mid; uint16_t pid; uint16_t vc_num; uint16_t tid; |