build stellar and stellar-devel rpm
This commit is contained in:
@@ -256,6 +256,10 @@ struct plugin_manager_schema *plugin_manager_init(struct stellar *st, const char
|
||||
|
||||
void plugin_manager_exit(struct plugin_manager_schema *plug_mgr)
|
||||
{
|
||||
if (plug_mgr == NULL)
|
||||
{
|
||||
return;
|
||||
}
|
||||
struct plugin_specific *p=NULL;
|
||||
if (plug_mgr->plugin_load_specs_array)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user