mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
Remove redundant call.
This commit is contained in:
parent
83183bf381
commit
9de1472bd1
@ -137,7 +137,7 @@ static struct composite_context *dcerpc_pipe_connect_ncacn_np_smb_send(TALLOC_CT
|
|||||||
|
|
||||||
/* send smb connect request */
|
/* send smb connect request */
|
||||||
conn_req = smb_composite_connect_send(conn, s->io.pipe->conn,
|
conn_req = smb_composite_connect_send(conn, s->io.pipe->conn,
|
||||||
lp_resolve_context(lp_ctx),
|
s->io.resolve_ctx,
|
||||||
s->io.pipe->conn->event_ctx);
|
s->io.pipe->conn->event_ctx);
|
||||||
if (composite_nomem(conn_req, c)) return c;
|
if (composite_nomem(conn_req, c)) return c;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user