1
0
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:
Andrew Tridgell 2005-01-07 03:38:36 +00:00 committed by Gerald (Jerry) Carter
parent 244370d624
commit b65a95c117

View File

@ -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: