summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-08-02 06:24:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:00:19 -0500
commitfefbaf2bca42569f6a3cc8b68578200159409ec9 (patch)
treef8e869b1b1f82b2d0afd6da6212ae680c5ee8d33 /source3/utils/net.c
parent0d40d4f8db40b7bf116c28cf938ab2b5c1e656d7 (diff)
downloadsamba-fefbaf2bca42569f6a3cc8b68578200159409ec9.tar.gz
samba-fefbaf2bca42569f6a3cc8b68578200159409ec9.tar.bz2
samba-fefbaf2bca42569f6a3cc8b68578200159409ec9.zip
r8911: cosmetic fixes.
Guenther (This used to be commit bf67a8611491ed748c6975787ce2f0572586a3c6)
Diffstat (limited to 'source3/utils/net.c')
-rw-r--r--source3/utils/net.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c
index d4c96e9db8..e9332f58f7 100644
--- a/source3/utils/net.c
+++ b/source3/utils/net.c
@@ -219,7 +219,7 @@ NTSTATUS connect_to_ipc_anonymous(struct cli_state **c,
*
* @return Normal NTSTATUS return.
**/
-NTSTATUS connect_pipe(struct cli_state **cli_dst, int pipe_num, BOOL *got_pipe)
+NTSTATUS connect_dst_pipe(struct cli_state **cli_dst, int pipe_num, BOOL *got_pipe)
{
NTSTATUS nt_status;
char *server_name = SMB_STRDUP("127.0.0.1");