mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-06 23:19:59 -05:00
ITS#9766 slapo-autogroup: Fix ordering check
This commit is contained in:
parent
0ecaa025d2
commit
14015ba8e3
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ;
|
||||
|
|
|
|||
Loading…
Reference in a new issue