From 3c235228636037b620169d1dff723332f57f4cfb Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 14 Jan 2003 05:25:08 +0000 Subject: Added comment about a SMB_ASSERT() (This used to be commit 056bdfbce73bbd7ddaa198d18e596b94b2224d3d) --- source3/rpc_client/cli_pipe.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/rpc_client') diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 0b9f425bdc..a241744466 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -1283,6 +1283,9 @@ BOOL cli_nt_session_open(struct cli_state *cli, const int pipe_idx) { int fnum; + /* At the moment we can't have more than one pipe open over + a cli connection. )-: */ + SMB_ASSERT(cli->nt_pipe_fnum == 0); /* The pipe index must fall within our array */ -- cgit