Reviewed at desk. Reviewed-by: Erik Bjorge <[email protected]>
-----Original Message----- From: Carsey, Jaben Sent: Friday, December 20, 2013 2:21 PM To: Bjorge, Erik C Cc: [email protected]; Carsey, Jaben Subject: ShellPkg: fix DmpStore for deleting Erik, Can you verify this please? --------------------------------------------------------------------------- ShellPkg: fix DmpStore for deleting This change allows DmpStore command to delete all variables whereas before it would stop after a single deletion due to looping errors. It uses a recursive function and deletes the last item returned from GetNextVariableName() first and then goes "backwards" to the first items. This can't delete authenticated variables. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jaben Carsey <[email protected]> ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
