From 52ff0dde37d2333b21f4e81e2c125c45a88a2eea Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 29 Mar 2011 12:50:38 +0200 Subject: s3-libsmb: remove duplicate NTSTATUS variable. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Signed-off-by: Günther Deschner Autobuild-User: Günther Deschner Autobuild-Date: Tue Mar 29 17:00:26 CEST 2011 on sn-devel-104 --- source3/libsmb/ntlmssp.c | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/libsmb') diff --git a/source3/libsmb/ntlmssp.c b/source3/libsmb/ntlmssp.c index e0bcccaee6..619e5d4822 100644 --- a/source3/libsmb/ntlmssp.c +++ b/source3/libsmb/ntlmssp.c @@ -406,7 +406,6 @@ static NTSTATUS ntlmssp_client_initial(struct ntlmssp_state *ntlmssp_state, struct NEGOTIATE_MESSAGE *negotiate = talloc( talloc_tos(), struct NEGOTIATE_MESSAGE); if (negotiate != NULL) { - NTSTATUS status; status = ntlmssp_pull_NEGOTIATE_MESSAGE( next_request, negotiate, negotiate); if (NT_STATUS_IS_OK(status)) { -- cgit