From dee72d807f8e2f5fef83dbd409554eddefc9bd6f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 21 Jun 2010 08:39:54 +0200 Subject: s3: Remove an unreachable line of code --- source3/rpc_client/cli_pipe.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3') 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); -- cgit