struct cli_state remembers the pipe name that it's talking to, if any,
authorMartin Pool <mbp@samba.org>
Wed, 2 Jan 2002 05:39:49 +0000 (05:39 +0000)
committerMartin Pool <mbp@samba.org>
Wed, 2 Jan 2002 05:39:49 +0000 (05:39 +0000)
commit9973b22b34dc2a88a20b821d4e69f39d2a6aa6a3
tree0f93758814a36def5c7133b92c3142af25f808a6
parent37ae84f782e1de6fcea92acb2189683cdf8e7e92
struct cli_state remembers the pipe name that it's talking to, if any,
so that we can print it in later debug messages.

Call prs_dump to dump out requests sent by the client at sufficiently
high debug levels.
source/rpc_client/cli_pipe.c