1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

s3:idmap_ldap: remove the (now unused) range from idmap_ldap_alloc_context

This commit is contained in:
Michael Adam 2010-06-17 19:03:46 +02:00
parent 3f39921e7e
commit c854261867

View 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 { \