diff options
Diffstat (limited to 'src/plugin.c')
| -rw-r--r-- | src/plugin.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/plugin.c b/src/plugin.c index 6315b68..8f412f1 100644 --- a/src/plugin.c +++ b/src/plugin.c @@ -25,6 +25,7 @@ #include <dirsrv/slapi-plugin.h> #include "dispatch.h" +#include "map.h" #include "nis.h" #include "plugin.h" #include "portmap.h" @@ -229,6 +230,10 @@ plugin_state_init(struct plugin_state **lstate) slapi_log_error(SLAPI_LOG_PLUGIN, plugin_description.spd_id, "set up %d listening sockets\n", state->n_listeners); + map_init(state); + slapi_log_error(SLAPI_LOG_PLUGIN, + plugin_description.spd_id, + "initialized maps\n"); *lstate = state; return 0; failed: |
