mirror of
https://github.com/samba-team/samba.git
synced 2025-07-23 20:59:10 +03:00
s3: libsmb: Widen cli_state_get_tid() / cli_state_set_tid() to 32-bits.
Copes with SMB2 connections.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12831
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Richard Sharpe <realrichardsharpe@gmail.com>
(cherry picked from commit 93fa0c8660
)
This commit is contained in:
committed by
Karolin Seeger
parent
c5193260eb
commit
8edc00ea28
@ -1205,7 +1205,7 @@ bool cli_check_msdfs_proxy(TALLOC_CTX *ctx,
|
||||
size_t consumed = 0;
|
||||
char *fullpath = NULL;
|
||||
bool res;
|
||||
uint16_t cnum;
|
||||
uint32_t cnum;
|
||||
char *newextrapath = NULL;
|
||||
NTSTATUS status;
|
||||
const char *remote_name;
|
||||
|
Reference in New Issue
Block a user