s3:smb2cli: remove unused struct ntlmssp_state from smb2cli_session_setup_state
authorStefan Metzmacher <metze@samba.org>
Sun, 18 Sep 2011 18:24:38 +0000 (20:24 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 19 Sep 2011 04:06:46 +0000 (06:06 +0200)
metze

Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Mon Sep 19 06:06:46 CEST 2011 on sn-devel-104

source3/libsmb/smb2cli_session.c

index 287f4a4138e30aed7c1fb592eb439b5b4156aa24..58204be772420a093973f9f1882745ceda83df9e 100644 (file)
@@ -28,7 +28,6 @@
 #include "../libcli/auth/ntlmssp.h"
 
 struct smb2cli_session_setup_state {
-       struct ntlmssp_state *ntlmssp;
        uint8_t fixed[24];
        uint8_t dyn_pad[1];
        uint64_t uid;