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
Tero Saarni
OpenLDAP
Commits
18b85d08
Commit
18b85d08
authored
Feb 23, 2012
by
Howard Chu
Committed by
Quanah Gibson-Mount
Feb 23, 2012
Browse files
More for ITS#7170
parent
47850fb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-mdb/idl.c
View file @
18b85d08
...
...
@@ -518,6 +518,7 @@ mdb_idl_insert_keys(
}
}
}
else
if
(
rc
==
MDB_NOTFOUND
)
{
flag
&=
~
MDB_APPEND
;
put1:
data
.
mv_data
=
&
id
;
data
.
mv_size
=
sizeof
(
ID
);
rc
=
mdb_cursor_put
(
cursor
,
&
key
,
&
data
,
flag
);
...
...
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