mirror of
https://github.com/samba-team/samba.git
synced 2025-08-04 08:22:08 +03:00
Fix the build, add filtered subunit runner.
This commit is contained in:
@ -204,7 +204,7 @@ class Ldb(ldb.Ldb):
|
||||
try:
|
||||
self.delete(attr)
|
||||
except ldb.LdbError, (errno, _):
|
||||
if errno != ldb.ERR_NO_SUCH_OBJECT
|
||||
if errno != ldb.ERR_NO_SUCH_OBJECT:
|
||||
# Ignore missing dn errors
|
||||
raise
|
||||
|
||||
|
Reference in New Issue
Block a user