From 7272bca2238d75b7b4cf61ae457ffb31dee2ee8f Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Tue, 1 Jul 2008 11:36:51 -0400 Subject: - there is no map-specific startup function --- src/plug-nis.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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) { -- cgit