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
Lukas However
OpenLDAP
Commits
d9558ccf
Commit
d9558ccf
authored
Aug 27, 2005
by
Howard Chu
Browse files
Resync, additional error log
parent
22452e95
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/bconfig.c
View file @
d9558ccf
...
...
@@ -2535,6 +2535,10 @@ config_ldif_resp( Operation *op, SlapReply *rs )
sc
->
cfb
->
cb_got_ldif
=
1
;
rs
->
sr_err
=
config_add_internal
(
sc
->
cfb
,
rs
->
sr_entry
,
sc
->
ca
,
NULL
,
NULL
);
if
(
rs
->
sr_err
!=
LDAP_SUCCESS
)
{
Debug
(
LDAP_DEBUG_ANY
,
"config error processing %s: %s
\n
"
,
rs
->
sr_entry
->
e_name
.
bv_val
,
sc
->
ca
->
msg
,
0
);
}
}
return
rs
->
sr_err
;
}
...
...
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