mirror of
https://github.com/samba-team/samba.git
synced 2025-02-15 05:57:49 +03:00
Also capture received data
(This used to be commit 93fadcd1118b390605d2504bee63a1e8b6373ac5)
This commit is contained in:
parent
f23cc6ab25
commit
05ae7ca1cb
@ -896,6 +896,11 @@ BOOL rpc_api_pipe_req(struct cli_state *cli, uint8 op_num,
|
||||
|
||||
ret = rpc_api_pipe(cli, 0x0026, &outgoing_packet, rdata);
|
||||
|
||||
/* Also capture received data */
|
||||
slprintf(dump_name, sizeof(dump_name) - 1, "reply_%s",
|
||||
cli_pipe_get_name(cli));
|
||||
prs_dump(dump_name, op_num, rdata);
|
||||
|
||||
prs_mem_free(&outgoing_packet);
|
||||
|
||||
return ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user