summaryrefslogtreecommitdiff
path: root/source3/winbindd/idmap_tdb.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_tdb.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_tdb.c')
-rw-r--r--source3/winbindd/idmap_tdb.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/idmap_tdb.c b/source3/winbindd/idmap_tdb.c
index 095889f255..554fdd29aa 100644
--- a/source3/winbindd/idmap_tdb.c
+++ b/source3/winbindd/idmap_tdb.c
@@ -921,7 +921,6 @@ static struct idmap_methods db_methods = {
.init = idmap_tdb_db_init,
.unixids_to_sids = idmap_tdb_unixids_to_sids,
.sids_to_unixids = idmap_tdb_sids_to_unixids,
- .set_mapping = idmap_tdb_set_mapping,
.close_fn = idmap_tdb_close
};