summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-01 11:36:51 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-01 11:36:51 -0400
commit7272bca2238d75b7b4cf61ae457ffb31dee2ee8f (patch)
tree3ff55ea6a8fb18c16bc5a995a76a003ead85711c
parent362fba5b3a5d3fe1c48dfc623ec3589a54f74a5d (diff)
downloadslapi-nis-7272bca2238d75b7b4cf61ae457ffb31dee2ee8f.tar.gz
slapi-nis-7272bca2238d75b7b4cf61ae457ffb31dee2ee8f.tar.xz
slapi-nis-7272bca2238d75b7b4cf61ae457ffb31dee2ee8f.zip
- there is no map-specific startup function
-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) {