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
c32fc371
Commit
c32fc371
authored
Aug 06, 2007
by
Pierangelo Masarati
Browse files
import fix to ITS#4322
parent
2a5ad817
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
c32fc371
...
...
@@ -7,6 +7,7 @@ OpenLDAP 2.3.38 Engineering
Fixed slapd select_backend/ManageDSAit (ITS#4986)
Fixed slapd-bdb missing index warning (ITS#5037)
Fixed slapd-bdb Quick index for ID 0 (ITS#5052)
Fixed slapd-relay multiple "relay" check (ITS#4322)
Fixed slapo-syncprov uninit'd vars (ITS#5048,#5049)
Fixed libldap ldap_add_result_entry (ITS#5056)
Removed lint
...
...
servers/slapd/back-relay/config.c
View file @
c32fc371
...
...
@@ -48,6 +48,14 @@ relay_back_db_config(
int
rc
;
BackendDB
*
bd
;
if
(
!
BER_BVISNULL
(
&
ri
->
ri_realsuffix
)
)
{
Debug
(
LDAP_DEBUG_ANY
,
"%s: line %d: "
"relay dn already specified.
\n
"
,
fname
,
lineno
,
0
);
return
1
;
}
if
(
argc
<
2
)
{
fprintf
(
stderr
,
"%s: line %d: missing relay suffix in
\"
relay <dn> [massage]
\"
line
\n
"
,
...
...
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