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
openldap
OpenLDAP
Commits
2d910bf1
Commit
2d910bf1
authored
Oct 12, 2003
by
Kurt Zeilenga
Browse files
Fix pdn assert
parent
ef3f20a0
Changes
1
Show whitespace changes
Inline
Side-by-side
servers/slapd/back-ldbm/add.c
View file @
2d910bf1
...
...
@@ -232,7 +232,7 @@ ldbm_back_add(
#endif
}
else
{
assert
(
pdn
.
bv_val
==
NULL
||
*
pdn
.
bv_val
!
=
'\0'
);
assert
(
pdn
.
bv_val
==
NULL
||
*
pdn
.
bv_val
=
=
'\0'
);
if
(
!
be_isroot
(
op
->
o_bd
,
&
op
->
o_ndn
)
&&
!
is_entry_glue
(
op
->
oq_add
.
rs_e
))
...
...
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