summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_tdb2.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2010-05-19 10:20:08 +0200
committerMichael Adam <obnox@samba.org>2010-08-14 02:10:36 +0200
commit0d0032e744e394597d108def097143927637f854 (patch)
treeb9c1b12bc5c71a1a815b3fa0021c44c89bc603de /source3/winbindd/idmap_tdb2.c
parent95617a03db896a2ac2051f74e7d7ba1209fbc61b (diff)
downloadsamba-0d0032e744e394597d108def097143927637f854.tar.gz
samba-0d0032e744e394597d108def097143927637f854.tar.bz2
samba-0d0032e744e394597d108def097143927637f854.zip
s3:idmap: remove the set_mapping method from the idmap API
Diffstat (limited to 'source3/winbindd/idmap_tdb2.c')
-rw-r--r--source3/winbindd/idmap_tdb2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_tdb2.c b/source3/winbindd/idmap_tdb2.c
index 4576ed68f2..048955954f 100644
--- a/source3/winbindd/idmap_tdb2.c
+++ b/source3/winbindd/idmap_tdb2.c
@@ -879,7 +879,6 @@ static struct idmap_methods db_methods = {
.init = idmap_tdb2_db_init,
.unixids_to_sids = idmap_tdb2_unixids_to_sids,
.sids_to_unixids = idmap_tdb2_sids_to_unixids,
- .set_mapping = idmap_tdb2_set_mapping,
.close_fn = idmap_tdb2_close
};