diff options
author | Volker Lendecke <vl@samba.org> | 2008-05-12 17:05:42 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-05-21 23:35:24 +0200 |
commit | 9a6b1f4b5f54c9d14be03c11252f1348d27131f8 (patch) | |
tree | 714d1d2dd000de6887d16eea3e2aecc5f2e0e035 /source3/rpc_client | |
parent | b389233e79cb199e29924d705f2c46a4a0c1abb8 (diff) | |
download | samba-9a6b1f4b5f54c9d14be03c11252f1348d27131f8.tar.gz samba-9a6b1f4b5f54c9d14be03c11252f1348d27131f8.tar.bz2 samba-9a6b1f4b5f54c9d14be03c11252f1348d27131f8.zip |
Fix a comment
(This used to be commit 8ae39c1339758795a91c6a168e210357e7f29eae)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 8c801e5f6b..7eaeb53025 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -2485,7 +2485,7 @@ NTSTATUS rpccli_kerberos_bind_data(TALLOC_CTX *mem_ctx, } /******************************************************************** - Create a named pipe struct, connecting to a tcp port + Create a rpc pipe client struct, connecting to a tcp port ********************************************************************/ NTSTATUS rpc_pipe_open_tcp(TALLOC_CTX *mem_ctx, const char *host, uint16_t port, |