From c85426186704316e64153b938c85582e6d0ebb17 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 17 Jun 2010 19:03:46 +0200 Subject: s3:idmap_ldap: remove the (now unused) range from idmap_ldap_alloc_context --- source3/winbindd/idmap_ldap.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source3/winbindd') diff --git a/source3/winbindd/idmap_ldap.c b/source3/winbindd/idmap_ldap.c index ff8509a396..9aa1925bc0 100644 --- a/source3/winbindd/idmap_ldap.c +++ b/source3/winbindd/idmap_ldap.c @@ -70,9 +70,6 @@ struct idmap_ldap_alloc_context { char *url; char *suffix; char *user_dn; - uid_t low_uid, high_uid; /* Range of uids */ - gid_t low_gid, high_gid; /* Range of gids */ - }; #define CHECK_ALLOC_DONE(mem) do { \ -- cgit