Remove unused "force_group" from connection_struct
authorVolker Lendecke <vl@samba.org>
Tue, 6 May 2008 20:12:04 +0000 (22:12 +0200)
committerVolker Lendecke <vl@samba.org>
Sat, 10 May 2008 09:17:00 +0000 (11:17 +0200)
(This used to be commit 03944f8d8934cff74e19fc036f7611c1491e0d57)

source3/include/smb.h
source3/smbd/service.c

index 10af3ff9802723d176106644c459dc2c678d5304..8c24e3045ed9d15898fc6accf338b11a5d441e55 100644 (file)
@@ -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;
index 40863fc55d9ec2d2315f9eb2160db834194b30fb..e2715fa6d841c46db3bfcdcc01e70f763616fae5 100644 (file)
@@ -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) {