diff options
author | Tim Prouty <tprouty@samba.org> | 2009-05-04 14:38:59 -0700 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-05-04 14:38:59 -0700 |
commit | 72bd5ff9833677c3567cd1582d5dd5fbb4001e90 (patch) | |
tree | 422bb5950b929f449248d068ce14d864c98c495f /libcli | |
parent | 1b223eeb5950c10e90d9672315635c5b171b3d9e (diff) | |
download | samba-72bd5ff9833677c3567cd1582d5dd5fbb4001e90.tar.gz samba-72bd5ff9833677c3567cd1582d5dd5fbb4001e90.tar.bz2 samba-72bd5ff9833677c3567cd1582d5dd5fbb4001e90.zip |
libcli: Fix shadowed name in header also
Diffstat (limited to 'libcli')
-rw-r--r-- | libcli/named_pipe_auth/npa_tstream.h | 2 |
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, |