mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-19 14:30:57 +08:00
ITS#9766 slapo-autogroup: Fix ordering check
This commit is contained in:
parent
0ecaa025d2
commit
14015ba8e3
@ -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…
x
Reference in New Issue
Block a user