summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/plug-nis.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plug-nis.c b/src/plug-nis.c
index 50bec98..3640462 100644
--- a/src/plug-nis.c
+++ b/src/plug-nis.c
@@ -79,7 +79,6 @@ plugin_startup(Slapi_PBlock *pb)
slapi_pblock_get(pb, SLAPI_PLUGIN_PRIVATE, &state);
slapi_pblock_get(pb, SLAPI_TARGET_DN, &state->plugin_base);
/* Populate the maps and data. */
- map_startup(state);
backend_startup(state);
/* Register the listener sockets with the portmapper. */
if (state->pmap_client_socket != -1) {