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>
Sat, 14 Aug 2010 00:10:53 +0000 (02:10 +0200)
source3/winbindd/idmap_ldap.c

index ff8509a39660a2b991ee880274b9b0e6288855d6..9aa1925bc0dff50bf56d28f34390a786892b8692 100644 (file)
@@ -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 { \