1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

Also capture received data

(This used to be commit 93fadcd111)
This commit is contained in:
Martin Pool 2002-01-02 06:08:02 +00:00
parent f23cc6ab25
commit 05ae7ca1cb

View File

@ -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;