be: assert that be_parse_arg() is only called before be is initialized
Without the assert it is easy to run into suble bugs because be_get_backend_param() was called before all arguments are set by be_parse_arg().
Please register or sign in to comment