mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
ITS#9850 slapd-watcher: don't ignore sids when only 1 URL was specified
This commit is contained in:
parent
475431aac1
commit
164c15d7ca
1 changed files with 1 additions and 1 deletions
|
|
@ -629,7 +629,7 @@ main( int argc, char **argv )
|
||||||
monfilter = MONFILTER;
|
monfilter = MONFILTER;
|
||||||
}
|
}
|
||||||
|
|
||||||
if ( numservers > 1 ) {
|
if ( sids || numservers > 1 ) {
|
||||||
for ( i=0; i<numservers; i++ )
|
for ( i=0; i<numservers; i++ )
|
||||||
if ( sids )
|
if ( sids )
|
||||||
servers[i].sid = atoi(sids[i]);
|
servers[i].sid = atoi(sids[i]);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue