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:
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user