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
00b14b1e
Commit
00b14b1e
authored
Aug 10, 2020
by
Quanah Gibson-Mount
Browse files
ITS
#9133
- Fix syncprov to be singular.
parent
27212465
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/syncprov.c
View file @
00b14b1e
...
...
@@ -4101,6 +4101,7 @@ syncprov_initialize()
}
syncprov
.
on_bi
.
bi_type
=
"syncprov"
;
syncprov
.
on_bi
.
bi_flags
=
SLAPO_BFLAG_SINGLE
;
syncprov
.
on_bi
.
bi_db_init
=
syncprov_db_init
;
syncprov
.
on_bi
.
bi_db_destroy
=
syncprov_db_destroy
;
syncprov
.
on_bi
.
bi_db_open
=
syncprov_db_open
;
...
...
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