diff options
-rw-r--r-- | source3/include/smb.h | 1 | ||||
-rw-r--r-- | source3/smbd/service.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 10af3ff9802..8c24e3045ed 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -609,7 +609,6 @@ typedef struct connection_struct { unsigned cnum; /* an index passed over the wire */ struct share_params *params; bool force_user; - bool force_group; struct vuid_cache vuid_cache; struct dptr_struct *dirptr; bool printer; diff --git a/source3/smbd/service.c b/source3/smbd/service.c index 40863fc55d9..e2715fa6d84 100644 --- a/source3/smbd/service.c +++ b/source3/smbd/service.c @@ -947,7 +947,6 @@ static connection_struct *make_connection_snum(int snum, user_struct *vuser, &group_sid); } - conn->force_group = True; } if (conn->nt_user_token != NULL) { |