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
Nadezhda Ivanova
OpenLDAP
Commits
bc1186bf
Commit
bc1186bf
authored
Aug 26, 1999
by
Kurt Zeilenga
Browse files
Fix "database fubar" crash
parent
a40b1f31
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/backend.c
View file @
bc1186bf
...
...
@@ -380,6 +380,9 @@ backend_db_init(
be
->
be_sizelimit
=
defsize
;
be
->
be_timelimit
=
deftime
;
/* assign a default depth limit for alias deref */
be
->
be_max_deref_depth
=
SLAPD_DEFAULT_MAXDEREFDEPTH
;
be
->
be_realm
=
global_realm
!=
NULL
?
ch_strdup
(
global_realm
)
:
NULL
;
...
...
servers/slapd/config.c
View file @
bc1186bf
...
...
@@ -133,9 +133,6 @@ read_config( const char *fname )
bi
=
NULL
;
be
=
backend_db_init
(
cargv
[
1
]
);
/* assign a default depth limit for alias deref */
be
->
be_max_deref_depth
=
SLAPD_DEFAULT_MAXDEREFDEPTH
;
/* get pid file name */
}
else
if
(
strcasecmp
(
cargv
[
0
],
"pidfile"
)
==
0
)
{
if
(
cargc
<
2
)
{
...
...
Write
Preview
Markdown
is supported
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