mirror of
https://github.com/samba-team/samba.git
synced 2025-10-26 23:33:15 +03:00
libcli/smb: there's no PID field in the SMB2/3 header anymore
It's a reserved field... metze
This commit is contained in:
@@ -90,7 +90,6 @@ struct tevent_req *smb2cli_query_directory_send(TALLOC_CTX *mem_ctx,
|
||||
subreq = smb2cli_req_send(state, ev, conn, SMB2_OP_FIND,
|
||||
0, 0, /* flags */
|
||||
timeout_msec,
|
||||
0xFEFF, /* pid */
|
||||
tcon,
|
||||
session,
|
||||
state->fixed, sizeof(state->fixed),
|
||||
|
||||
Reference in New Issue
Block a user