Commit fixes issue with 'delloem' subcommands being executed via 'exec'. State of variable 'current_arg' is kept between calls which leads to incorrect argv parsing. Set variable 'current_arg' every time ipmi_delloem_main() is called.