diff options
author | Günther Deschner <gd@samba.org> | 2005-08-02 06:24:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:00:19 -0500 |
commit | fefbaf2bca42569f6a3cc8b68578200159409ec9 (patch) | |
tree | f8e869b1b1f82b2d0afd6da6212ae680c5ee8d33 /source3/utils/net.c | |
parent | 0d40d4f8db40b7bf116c28cf938ab2b5c1e656d7 (diff) | |
download | samba-fefbaf2bca42569f6a3cc8b68578200159409ec9.tar.gz samba-fefbaf2bca42569f6a3cc8b68578200159409ec9.tar.xz 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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c index d4c96e9db8f..e9332f58f7b 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"); |