ITS#9766 slapo-autogroup: Fix ordering check

This commit is contained in:
Ondřej Kuzník 2021-12-09 11:27:48 +00:00 committed by Quanah Gibson-Mount
parent 0ecaa025d2
commit 14015ba8e3

View File

@ -1946,7 +1946,7 @@ ag_cfgen( ConfigArgs *c )
}
}
if ( c->valx > 0 ) {
if ( c->valx >= 0 ) {
int i;
for ( i = 0, agdp = &agi->agi_def ;