diff options
Diffstat (limited to 'libcli/named_pipe_auth')
-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, |