s3:idmap_tdb2: don't check whether sid is already mapped in idmap_tdb2_new_mapping().
authorMichael Adam <obnox@samba.org>
Wed, 16 Jun 2010 20:02:54 +0000 (22:02 +0200)
committerMichael Adam <obnox@samba.org>
Wed, 23 Jun 2010 09:24:09 +0000 (11:24 +0200)
commit08689ca34893848503790942bd9adbc27a35f7cf
treeefeffb14752ed9d92baddfd69303145f52f12ffe
parent1ff81b5394766e90214b5bc0fee05bbb91ce9c8a
s3:idmap_tdb2: don't check whether sid is already mapped in idmap_tdb2_new_mapping().

idmap_tdb2_new_mapping() is called from inside a transaction only
with sids, that have been verified not to be mapped directly before
that in the same transaction.
source3/winbindd/idmap_tdb2.c