Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
164c15d7
Commit
164c15d7
authored
May 21, 2022
by
Howard Chu
Browse files
ITS#9850 slapd-watcher: don't ignore sids when only 1 URL was specified
parent
475431aa
Pipeline
#4345
passed with stage
in 40 minutes and 2 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
tests/progs/slapd-watcher.c
View file @
164c15d7
...
...
@@ -629,7 +629,7 @@ main( int argc, char **argv )
monfilter
=
MONFILTER
;
}
if
(
numservers
>
1
)
{
if
(
sids
||
numservers
>
1
)
{
for
(
i
=
0
;
i
<
numservers
;
i
++
)
if
(
sids
)
servers
[
i
].
sid
=
atoi
(
sids
[
i
]);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment