summaryrefslogtreecommitdiff
path: root/libcli/named_pipe_auth
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-05-04 14:38:59 -0700
committerTim Prouty <tprouty@samba.org>2009-05-04 14:38:59 -0700
commit72bd5ff9833677c3567cd1582d5dd5fbb4001e90 (patch)
tree422bb5950b929f449248d068ce14d864c98c495f /libcli/named_pipe_auth
parent1b223eeb5950c10e90d9672315635c5b171b3d9e (diff)
downloadsamba-72bd5ff9833677c3567cd1582d5dd5fbb4001e90.tar.gz
samba-72bd5ff9833677c3567cd1582d5dd5fbb4001e90.tar.bz2
samba-72bd5ff9833677c3567cd1582d5dd5fbb4001e90.zip
libcli: Fix shadowed name in header also
Diffstat (limited to 'libcli/named_pipe_auth')
-rw-r--r--libcli/named_pipe_auth/npa_tstream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcli/named_pipe_auth/npa_tstream.h b/libcli/named_pipe_auth/npa_tstream.h
index 6ffd7b8632..34f2058f76 100644
--- a/libcli/named_pipe_auth/npa_tstream.h
+++ b/libcli/named_pipe_auth/npa_tstream.h
@@ -30,7 +30,7 @@ struct tevent_req *tstream_npa_connect_send(TALLOC_CTX *mem_ctx,
const char *directory,
const char *npipe,
const struct tsocket_address *client,
- const char *client_name,
+ const char *client_name_in,
const struct tsocket_address *server,
const char *server_name,
const struct netr_SamInfo3 *info3,