diff options
author | Michael Adam <obnox@samba.org> | 2010-06-17 19:03:46 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:53 +0200 |
commit | c85426186704316e64153b938c85582e6d0ebb17 (patch) | |
tree | 851d18a8dbf1d2db8b983c1f7a7e91c3157a4d12 | |
parent | 3f39921e7e1175523766a108f338ea38038c5d79 (diff) | |
download | samba-c85426186704316e64153b938c85582e6d0ebb17.tar.gz samba-c85426186704316e64153b938c85582e6d0ebb17.tar.bz2 samba-c85426186704316e64153b938c85582e6d0ebb17.zip |
s3:idmap_ldap: remove the (now unused) range from idmap_ldap_alloc_context
-rw-r--r-- | source3/winbindd/idmap_ldap.c | 3 |
1 files changed, 0 insertions, 3 deletions
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 { \ |