Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
7ff829d6
Commit
7ff829d6
authored
Aug 06, 2006
by
Pierangelo Masarati
Browse files
import fix to ITS#4633 (though it was HEAD only when first fixed)
parent
e1f25e22
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
7ff829d6
OpenLDAP 2.3 Change Log
OpenLDAP 2.3.26 Engineering
Fixed slapd incorrect rebuilding of replica URI (ITS#4633)
Fixed back-monitor operations order via callbacks (ITS#4631)
OpenLDAP 2.3.25 Release
...
...
servers/slapd/bconfig.c
View file @
7ff829d6
...
...
@@ -2507,7 +2507,7 @@ config_replica(ConfigArgs *c) {
}
replicauri
=
ch_malloc
(
len
);
replicahost
=
lutil_strcopy
(
replicauri
,
ludp
->
lud_scheme
);
replicahost
=
lutil_strcopy
(
replica
uri
,
"://"
);
replicahost
=
lutil_strcopy
(
replica
host
,
"://"
);
if
(
ludp
->
lud_port
==
LDAP_PORT
)
{
strcpy
(
replicahost
,
ludp
->
lud_host
);
}
else
{
...
...
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