revert check, can be added later
This commit is contained in:
parent
598ee95621
commit
4b6305952f
1 changed files with 76 additions and 79 deletions
|
|
@ -558,9 +558,6 @@ void database::update_active_sons()
|
|||
}
|
||||
}
|
||||
|
||||
//restrict below code snippet to sons functionality
|
||||
if(cur_active_sons.size() || new_active_sons.size())
|
||||
{
|
||||
if (son_sets_equal) {
|
||||
ilog( "Active SONs set NOT CHANGED" );
|
||||
} else {
|
||||
|
|
@ -651,7 +648,7 @@ void database::update_active_sons()
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
modify(gpo, [&]( global_property_object& gp ){
|
||||
gp.active_sons.clear();
|
||||
|
|
|
|||
Loading…
Reference in a new issue