1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-14 12:59:07 +03:00

Fix the build, add filtered subunit runner.

This commit is contained in:
Jelmer Vernooij
2010-03-01 16:24:29 +01:00
parent 4e4e341c68
commit 24d52dc362
3 changed files with 6 additions and 1 deletions

View File

@ -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