Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
2211fb15
Commit
2211fb15
authored
Oct 12, 2013
by
Howard Chu
Browse files
ITS#7589 Fix typo in prev commit
parent
400e2137
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/liblmdb/mdb.c
View file @
2211fb15
...
...
@@ -7545,7 +7545,7 @@ mdb_page_split(MDB_cursor *mc, MDB_val *newkey, MDB_val *newdata, pgno_t newpgno
node
=
NULL
;
}
else
{
node
=
(
MDB_node
*
)((
char
*
)
mp
+
copy
->
mp_ptrs
[
i
]);
psize
=
NODESIZE
+
NODEKSZ
(
node
)
+
sizeof
(
indx_t
);
psize
+
=
NODESIZE
+
NODEKSZ
(
node
)
+
sizeof
(
indx_t
);
if
(
IS_LEAF
(
mp
))
{
if
(
F_ISSET
(
node
->
mn_flags
,
F_BIGDATA
))
psize
+=
sizeof
(
pgno_t
);
...
...
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