mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#9766 slapo-autogroup: Fix ordering check
This commit is contained in:
parent
3f9f221b62
commit
4ceff6cf48
1 changed files with 1 additions and 1 deletions
|
|
@ -1970,7 +1970,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