diff options
author | Gerald Carter <jerry@samba.org> | 2002-10-04 04:10:23 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2002-10-04 04:10:23 +0000 |
commit | 36ef82a52953384acedbd51f54ded9357fa8ca3e (patch) | |
tree | 3e74148ba7567a89a444347c8d3b49922e7f9844 /source3/nsswitch | |
parent | 474340e4403648812e7d8eb9eeb4c4111afbf725 (diff) | |
download | samba-36ef82a52953384acedbd51f54ded9357fa8ca3e.tar.gz samba-36ef82a52953384acedbd51f54ded9357fa8ca3e.tar.bz2 samba-36ef82a52953384acedbd51f54ded9357fa8ca3e.zip |
merge of new client side support the Win2k LSARPC UUID in rpcbind
from APP_HEAD
(This used to be commit 1cfd2ee433305e91e87804dd55d10e025d30a69e)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r-- | source3/nsswitch/winbindd_cm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_cm.c b/source3/nsswitch/winbindd_cm.c index 0de6c9022b..313b9da1bb 100644 --- a/source3/nsswitch/winbindd_cm.c +++ b/source3/nsswitch/winbindd_cm.c @@ -460,7 +460,7 @@ static NTSTATUS cm_open_connection(const char *domain,const char *pipe_name, return result; } - if (!cli_nt_session_open (new_conn->cli, pipe_name)) { + if (!cli_nt_session_open (new_conn->cli, get_pipe_index(pipe_name))) { result = NT_STATUS_PIPE_NOT_AVAILABLE; add_failed_connection_entry(new_conn, result); cli_shutdown(new_conn->cli); |