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
orbea -
OpenLDAP
Commits
0de176e8
Commit
0de176e8
authored
Jul 23, 2007
by
Hallvard Furuseth
Browse files
Add bi->bi_entry_get_rw.
parent
17afb33c
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-null/null.c
View file @
0de176e8
...
...
@@ -68,6 +68,20 @@ null_back_false( Operation *op, SlapReply *rs )
}
/* for overlays */
int
null_back_entry_get
(
Operation
*
op
,
struct
berval
*
ndn
,
ObjectClass
*
oc
,
AttributeDescription
*
at
,
int
rw
,
Entry
**
ent
)
{
*
ent
=
NULL
;
return
1
;
}
/* Slap tools */
static
int
...
...
@@ -194,6 +208,8 @@ null_back_initialize( BackendInfo *bi )
bi
->
bi_connection_init
=
0
;
bi
->
bi_connection_destroy
=
0
;
bi
->
bi_entry_get_rw
=
null_back_entry_get
;
bi
->
bi_tool_entry_open
=
null_tool_entry_open
;
bi
->
bi_tool_entry_close
=
null_tool_entry_close
;
bi
->
bi_tool_entry_first
=
null_tool_entry_next
;
...
...
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