ITS#8967 additional check

This commit is contained in:
Howard Chu 2021-03-22 09:18:32 +00:00
parent a3935c7249
commit 5398d44a36

View File

@ -774,7 +774,7 @@ adminlimit:
if ( nsubs < ncand ) {
int rc;
/* Do scope-based search */
if ( nsubs > (unsigned) op->ors_limit->lms_s_unchecked )
if ( admincheck && nsubs > (unsigned) op->ors_limit->lms_s_unchecked )
goto adminlimit;
/* if any alias scopes were set, save them */