s3:idmap_ldap: remove the (now unused) range from idmap_ldap_alloc_context
authorMichael Adam <obnox@samba.org>
Thu, 17 Jun 2010 17:03:46 +0000 (19:03 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 23 Jun 2010 10:22:18 +0000 (12:22 +0200)
source3/winbindd/idmap_ldap.c

index 05272cf67d355023c609d4787e11af4b441de516..a90e920a86005f46bc8ca11291663a54fc4ba914 100644 (file)
@@ -69,9 +69,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 { \