mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
parent
2a93452994
commit
0b31c97e82
@ -2582,6 +2582,17 @@ void reply_nttrans(struct smb_request *req)
|
|||||||
state->setup = NULL;
|
state->setup = NULL;
|
||||||
state->call = function_code;
|
state->call = function_code;
|
||||||
|
|
||||||
|
DEBUG(10, ("num_setup=%u, "
|
||||||
|
"param_total=%u, this_param=%u, max_param=%u, "
|
||||||
|
"data_total=%u, this_data=%u, max_data=%u, "
|
||||||
|
"param_offset=%u, data_offset=%u\n",
|
||||||
|
(unsigned)state->setup_count,
|
||||||
|
(unsigned)state->total_param, (unsigned)pscnt,
|
||||||
|
(unsigned)state->max_param_return,
|
||||||
|
(unsigned)state->total_data, (unsigned)dscnt,
|
||||||
|
(unsigned)state->max_data_return,
|
||||||
|
(unsigned)psoff, (unsigned)dsoff));
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* All nttrans messages we handle have smb_wct == 19 +
|
* All nttrans messages we handle have smb_wct == 19 +
|
||||||
* state->setup_count. Ensure this is so as a sanity check.
|
* state->setup_count. Ensure this is so as a sanity check.
|
||||||
|
Loading…
Reference in New Issue
Block a user