diff options
author | Andrew Tridgell <tridge@samba.org> | 2008-09-17 16:23:17 +1000 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-09-29 14:01:00 +0200 |
commit | a93dc2c8589428e409fca5a6c21db50db001fe92 (patch) | |
tree | deabbbd438f88db3b0bfb41cc603094ba04f05e2 /source3/winbindd | |
parent | b8c9daac6eb8a2bcdb14c71c1ddfbfeba4b9b54d (diff) | |
download | samba-a93dc2c8589428e409fca5a6c21db50db001fe92.tar.gz samba-a93dc2c8589428e409fca5a6c21db50db001fe92.tar.bz2 samba-a93dc2c8589428e409fca5a6c21db50db001fe92.zip |
removed unused variables
Diffstat (limited to 'source3/winbindd')
-rw-r--r-- | source3/winbindd/idmap_tdb2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c index 911f80c6a3..8bde963c60 100644 --- a/source3/winbindd/idmap_tdb2.c +++ b/source3/winbindd/idmap_tdb2.c @@ -94,12 +94,11 @@ static NTSTATUS idmap_tdb2_open_db(void) */ static NTSTATUS idmap_tdb2_alloc_load(void) { - const char *range; uid_t low_uid = 0; uid_t high_uid = 0; gid_t low_gid = 0; gid_t high_gid = 0; - uint32 low_id, high_id; + uint32 low_id; /* see if a idmap script is configured */ idmap_tdb2_state.idmap_script = lp_parm_const_string(-1, "idmap", |