mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r4588: fixed the double bind in ncalrpc with dcerpc_secondary_connection()
This commit is contained in:
parent
244370d624
commit
b65a95c117
@ -1150,7 +1150,7 @@ NTSTATUS dcerpc_secondary_connection(struct dcerpc_pipe *p, struct dcerpc_pipe *
|
||||
return status;
|
||||
}
|
||||
b.flags &= ~DCERPC_AUTH_OPTIONS;
|
||||
status = dcerpc_pipe_connect_ncalrpc(p2, &b, pipe_uuid, pipe_version, NULL, NULL, NULL);
|
||||
status = dcerpc_pipe_open_pipe(p2, b.endpoint);
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user