From: Volker Lendecke Date: Tue, 6 May 2008 20:12:04 +0000 (+0200) Subject: Remove unused "force_group" from connection_struct X-Git-Tag: samba-4.0.0alpha6~801^2~1415 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=f93e232535eb14d8f3862fff965adc544e70819f;p=samba.git Remove unused "force_group" from connection_struct (This used to be commit 03944f8d8934cff74e19fc036f7611c1491e0d57) --- 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) {