mirror of https://github.com/acidanthera/audk.git
Clean NV flag in ‘Save Changes’ in IP6 menu.
Signed-off-by: tye Reviewed-by: ydong10 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12592 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
54ea3ede85
commit
91c7aa5389
|
@ -1758,7 +1758,7 @@ Ip6FormCallback (
|
|||
break;
|
||||
}
|
||||
|
||||
*ActionRequest = EFI_BROWSER_ACTION_REQUEST_EXIT;
|
||||
*ActionRequest = EFI_BROWSER_ACTION_REQUEST_SUBMIT;
|
||||
break;
|
||||
|
||||
case KEY_GET_CURRENT_SETTING:
|
||||
|
|
Loading…
Reference in New Issue