s3:net_idmap_delete do not lock two records at the same time
commit8473764234bfec2f21b87ec69c213af4365749b4
authorChristian Ambach <ambi@samba.org>
Fri, 7 Dec 2012 12:43:57 +0000 (7 13:43 +0100)
committerMichael Adam <obnox@samba.org>
Tue, 5 Feb 2013 16:36:34 +0000 (5 17:36 +0100)
tree42fcfac45c18b7615a4c8f46e527424584792f12
parent9aa79c11f07624d10f49a6840e93e84739997ffe
s3:net_idmap_delete do not lock two records at the same time

the lock order check will prohibit this and as we are running inside
a transaction there is no need to lock the records before deleting them

Pair-Programmed-With: Michael Adam <obnox@samba.org>

Signed-off-by: Christian Ambach <ambi@samba.org>
Signed-off-by: Michael Adam <obnox@samba.org>
source3/utils/net_idmap.c