1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r12870: fixing net rpc registry enumerate from overwritnig the open subkey handle

(This used to be commit cc2e7052bd)
This commit is contained in:
Gerald Carter 2006-01-12 17:37:25 +00:00 committed by Gerald (Jerry) Carter
parent e03a68ff7e
commit 10b182fe73

View File

@ -124,7 +124,6 @@ static NTSTATUS rpc_registry_enumerate_internal(const DOM_SID *domain_sid,
return werror_to_ntstatus(result);
}
}
memcpy( &pol_key, &pol_hive, sizeof(POLICY_HND) );
/* get the subkeys */