diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 69f8fb50b5..c7ac02d77f 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -1238,8 +1238,6 @@ static struct tevent_req *cli_api_pipe_send(TALLOC_CTX *mem_ctx, tevent_req_set_callback(subreq, cli_api_pipe_write_done, req); return req; - status = NT_STATUS_INVALID_PARAMETER; - post_status: tevent_req_nterror(req, status); return tevent_req_post(req, ev); |