1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s4-rodc: removed python memory workaround

we can now assign pidl generates structures directly without errors
This commit is contained in:
Andrew Tridgell 2010-08-25 14:33:17 +10:00
parent 4f8087cdb9
commit ba5b3fb248

View File

@ -191,8 +191,7 @@ def join_rodc(server=None, creds=None, lp=None, site=None, netbios_name=None,
req8.mapping_ctr.mappings = None
if not schema:
pas = get_rodc_partial_attribute_set(ctx)
req8.partial_attribute_set = pas
req8.partial_attribute_set = get_rodc_partial_attribute_set(ctx)
while True:
(level, ctr) = ctx.drs.DsGetNCChanges(ctx.drs_handle, 8, req8)