Index: boot/environ/lib/misc/bcd.c =================================================================== --- boot/environ/lib/misc/bcd.c (revision 71918) +++ boot/environ/lib/misc/bcd.c (working copy) @@ -579,7 +579,7 @@ else { /* Open the element specifically */ - Status = BiOpenKey(ElementHandle, TypeString, &ElementHandle); + Status = BiOpenKey(ElementsHandle, TypeString, &ElementHandle); if (NT_SUCCESS(Status)) { /* Delete it */