]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-libsmb: remove duplicate NTSTATUS variable.
authorGünther Deschner <gd@samba.org>
Tue, 29 Mar 2011 10:50:38 +0000 (12:50 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 29 Mar 2011 15:00:26 +0000 (17:00 +0200)
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

source3/libsmb/ntlmssp.c

index e0bcccaee63ec2eb70003f64cf8a1f1f2f44e347..619e5d48228b121ad4d2b0baf410a9ca3e8ed416 100644 (file)
@@ -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)) {