removed unused variables
authorAndrew Tridgell <tridge@samba.org>
Wed, 17 Sep 2008 06:23:17 +0000 (16:23 +1000)
committerMichael Adam <obnox@samba.org>
Mon, 29 Sep 2008 12:01:00 +0000 (14:01 +0200)
source3/winbindd/idmap_tdb2.c

index 911f80c6a3e17e8dbfbe21121a6d4dea258033f1..8bde963c608160397c8d5010bac0955c94441bed 100644 (file)
@@ -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",