summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2008-05-06 22:12:04 +0200
committerVolker Lendecke <vl@samba.org>2008-05-10 11:17:00 +0200
commitf93e232535eb14d8f3862fff965adc544e70819f (patch)
tree168428f7d8ebe11cd3f618e7e9d8e30e6905438d /source3/include
parent39a318aee4ca4114ce7cbb2f1af001a6035bf783 (diff)
downloadsamba-f93e232535eb14d8f3862fff965adc544e70819f.tar.gz
samba-f93e232535eb14d8f3862fff965adc544e70819f.tar.bz2
samba-f93e232535eb14d8f3862fff965adc544e70819f.zip
Remove unused "force_group" from connection_struct
(This used to be commit 03944f8d8934cff74e19fc036f7611c1491e0d57)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 10af3ff980..8c24e3045e 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;