From f554af187161a006c3f51edd129e53500acc9046 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 26 May 2009 15:20:36 +0200 Subject: s3:smbd: move already_got_session to struct smbd_server_connection metze --- source3/smbd/globals.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source3/smbd/globals.h') diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h index e8f26a98d0..2b4dce7489 100644 --- a/source3/smbd/globals.h +++ b/source3/smbd/globals.h @@ -105,8 +105,6 @@ extern int num_validated_vuids; extern char *my_yp_domain; #endif -extern bool already_got_session; - /* * Size of data we can send to client. Set * by the client for all protocols above CORE. @@ -316,6 +314,9 @@ struct smbd_smb2_tcon { struct pending_auth_data; struct smbd_server_connection { + struct { + bool got_session; + } nbt; bool allow_smb2; struct { struct fd_event *fde; -- cgit