summaryrefslogtreecommitdiff
path: root/source3/smbd/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/smbd/globals.h')
-rw-r--r--source3/smbd/globals.h5
1 files changed, 3 insertions, 2 deletions
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;