1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-27 07:42:04 +03:00

s4-join: enable cleanup on failed join

if a join fails, then cleanup the old records
This commit is contained in:
Andrew Tridgell
2011-09-28 09:32:15 +10:00
parent efb3f45a81
commit fb937afbec

View File

@ -818,7 +818,7 @@ class dc_join(object):
ctx.join_finalise()
except Exception:
print "Join failed - cleaning up"
#ctx.cleanup_old_join()
ctx.cleanup_old_join()
raise