Index: boot/environ/lib/misc/bcd.c =================================================================== --- boot/environ/lib/misc/bcd.c (revision 70217) +++ boot/environ/lib/misc/bcd.c (working copy) @@ -263,7 +263,7 @@ if (!Option) { /* Set failure if no data exists */ - Status = STATUS_NOT_FOUND; + return STATUS_NOT_FOUND; } else {