Skip to content
Snippets Groups Projects
Commit 33b8770d authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

Don't set bi_db_config since we have no config options

parent 680dbf49
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment