The branch, master has been updated
via 72bd5ff9833677c3567cd1582d5dd5fbb4001e90 (commit)
from 1b223eeb5950c10e90d9672315635c5b171b3d9e (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 72bd5ff9833677c3567cd1582d5dd5fbb4001e90
Author: Tim Prouty <[email protected]>
Date: Mon May 4 14:38:59 2009 -0700
libcli: Fix shadowed name in header also
-----------------------------------------------------------------------
Summary of changes:
libcli/named_pipe_auth/npa_tstream.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/libcli/named_pipe_auth/npa_tstream.h
b/libcli/named_pipe_auth/npa_tstream.h
index 6ffd7b8..34f2058 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,
--
Samba Shared Repository