summaryrefslogtreecommitdiff
path: root/source3/libsmb/ntlmssp.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-03-29 12:50:38 +0200
committerGünther Deschner <gd@samba.org>2011-03-29 17:00:26 +0200
commit52ff0dde37d2333b21f4e81e2c125c45a88a2eea (patch)
tree5b0c6dc8c12de2b7f4a10f45bae0a1ef3bf95d78 /source3/libsmb/ntlmssp.c
parent6a27928cedf31e7e76572775a7f6d4a9e2f01c95 (diff)
downloadsamba-52ff0dde37d2333b21f4e81e2c125c45a88a2eea.tar.gz
samba-52ff0dde37d2333b21f4e81e2c125c45a88a2eea.tar.bz2
samba-52ff0dde37d2333b21f4e81e2c125c45a88a2eea.zip
s3-libsmb: remove duplicate NTSTATUS variable.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Tue Mar 29 17:00:26 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/libsmb/ntlmssp.c')
-rw-r--r--source3/libsmb/ntlmssp.c1
1 files changed, 0 insertions, 1 deletions
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)) {