From ba5b3fb2480af2b3f8b5b69e4c161af07241e0c4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 25 Aug 2010 14:33:17 +1000 Subject: s4-rodc: removed python memory workaround we can now assign pidl generates structures directly without errors --- source4/scripting/python/samba/join.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source4') diff --git a/source4/scripting/python/samba/join.py b/source4/scripting/python/samba/join.py index e6cda135ef..c48b53fc13 100644 --- a/source4/scripting/python/samba/join.py +++ b/source4/scripting/python/samba/join.py @@ -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) -- cgit