From a868a51eca659c3002ce23d2ea0708841f1f4772 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 4 Jun 2012 15:59:42 +0200 Subject: s3:libsmb: remove unused 'inbuf' variable metze --- source3/libsmb/climessage.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/libsmb/climessage.c') diff --git a/source3/libsmb/climessage.c b/source3/libsmb/climessage.c index 6c562fa290..4e99761bf3 100644 --- a/source3/libsmb/climessage.c +++ b/source3/libsmb/climessage.c @@ -97,9 +97,8 @@ static void cli_message_start_done(struct tevent_req *subreq) NTSTATUS status; uint8_t wct; uint16_t *vwv; - uint8_t *inbuf; - status = cli_smb_recv(subreq, state, &inbuf, 0, &wct, &vwv, + status = cli_smb_recv(subreq, state, NULL, 0, &wct, &vwv, NULL, NULL); TALLOC_FREE(subreq); if (!NT_STATUS_IS_OK(status)) { -- cgit