Merge remote-tracking branch 'abitmore/patch-3' into develop #631
This commit is contained in:
commit
395a68d61f
1 changed files with 1 additions and 1 deletions
|
|
@ -193,7 +193,7 @@ struct sign_state
|
||||||
if( approved_by.find(a.first) == approved_by.end() )
|
if( approved_by.find(a.first) == approved_by.end() )
|
||||||
{
|
{
|
||||||
if( depth == max_recursion )
|
if( depth == max_recursion )
|
||||||
return false;
|
continue;
|
||||||
if( check_authority( get_active( a.first ), depth+1 ) )
|
if( check_authority( get_active( a.first ), depth+1 ) )
|
||||||
{
|
{
|
||||||
approved_by.insert( a.first );
|
approved_by.insert( a.first );
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue