Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
15e94150
Commit
15e94150
authored
Jan 26, 2007
by
Pierangelo Masarati
Browse files
import no targets fix from HEAD
parent
8e440971
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-meta/init.c
View file @
15e94150
...
...
@@ -123,6 +123,13 @@ meta_back_db_open(
not_always_anon_non_prescriptive
=
0
,
rc
;
if
(
mi
->
mi_ntargets
==
0
)
{
Debug
(
LDAP_DEBUG_ANY
,
"meta_back_db_open: no targets defined
\n
"
,
0
,
0
,
0
);
return
1
;
}
for
(
i
=
0
;
i
<
mi
->
mi_ntargets
;
i
++
)
{
metatarget_t
*
mt
=
mi
->
mi_targets
[
i
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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