From: Günther Deschner Date: Tue, 29 Mar 2011 10:50:38 +0000 (+0200) Subject: s3-libsmb: remove duplicate NTSTATUS variable. X-Git-Tag: ldb-1.1.0~445 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52ff0dde37d2333b21f4e81e2c125c45a88a2eea;p=thirdparty%2Fsamba.git s3-libsmb: remove duplicate NTSTATUS variable. 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 --- diff --git a/source3/libsmb/ntlmssp.c b/source3/libsmb/ntlmssp.c index e0bcccaee63..619e5d48228 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)) {