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 commit is contained in:
Gerald Carter 2006-01-12 17:37:25 +00:00 committed by Gerald (Jerry) Carter
parent b76c7b6132
commit cc2e7052bd

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 */