From 72bd5ff9833677c3567cd1582d5dd5fbb4001e90 Mon Sep 17 00:00:00 2001 From: Tim Prouty Date: Mon, 4 May 2009 14:38:59 -0700 Subject: [PATCH] libcli: Fix shadowed name in header also --- libcli/named_pipe_auth/npa_tstream.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libcli/named_pipe_auth/npa_tstream.h b/libcli/named_pipe_auth/npa_tstream.h index 6ffd7b86321..34f2058f76b 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, -- 2.34.1