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>
Sat, 14 Aug 2010 00:10:45 +0000 (02:10 +0200)
commit39079acc5770c23f4c1428be60202f48882eeef3
tree7337bfd6b177396a603d60537382f1777f9e4775
parent1a52e0d25b2d32e336f1bac4d41039e290311a6b
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