Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
33b8770d
Commit
33b8770d
authored
Jun 17, 2010
by
Quanah Gibson-Mount
Browse files
Don't set bi_db_config since we have no config options
parent
680dbf49
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-dnssrv/config.c
View file @
33b8770d
...
...
@@ -29,6 +29,7 @@
#include
"slap.h"
#include
"proto-dnssrv.h"
#if 0
int
dnssrv_back_db_config(
BackendDB *be,
...
...
@@ -50,3 +51,4 @@ dnssrv_back_db_config(
/* no configuration options (yet) */
return SLAP_CONF_UNKNOWN;
}
#endif
servers/slapd/back-dnssrv/init.c
View file @
33b8770d
...
...
@@ -49,7 +49,7 @@ dnssrv_back_initialize(
bi
->
bi_db_init
=
0
;
bi
->
bi_db_destroy
=
0
;
bi
->
bi_db_config
=
dnssrv_back_db_config
;
bi
->
bi_db_config
=
0
/*
dnssrv_back_db_config
*/
;
bi
->
bi_db_open
=
0
;
bi
->
bi_db_close
=
0
;
...
...
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