summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-11-23 22:33:08 +0000
committerLuke Leighton <lkcl@samba.org>1998-11-23 22:33:08 +0000
commit244c9f70bf5113ec0fe86a4d3a7f3b3f3c041cc4 (patch)
tree44196cb07dd42b22c00e3b894f00b0da1e1cfe79 /source3
parent5694edcc3140424872d23bf80a6a865af3d04bf3 (diff)
downloadsamba-244c9f70bf5113ec0fe86a4d3a7f3b3f3c041cc4.tar.gz
samba-244c9f70bf5113ec0fe86a4d3a7f3b3f3c041cc4.tar.bz2
samba-244c9f70bf5113ec0fe86a4d3a7f3b3f3c041cc4.zip
remove unused variable
(This used to be commit 30b3f339f8d55c2d3a4cbc380b7f12eb040bf381)
Diffstat (limited to 'source3')
-rw-r--r--source3/passdb/smbpassgroupunix.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/passdb/smbpassgroupunix.c b/source3/passdb/smbpassgroupunix.c
index 438b9e2daf..25e41680be 100644
--- a/source3/passdb/smbpassgroupunix.c
+++ b/source3/passdb/smbpassgroupunix.c
@@ -125,7 +125,6 @@ static struct smb_passwd *getsmbfilegrpent(void *vp,
for (i = 0; i < unixgrps; i++)
{
DOM_SID sid;
- uint8 type;
char *unix_grpname;
uint32 status;
uint32 rid;