From 3e813914dd169339e282cd86cca50dffefef6cd6 Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 30 Jun 2008 18:51:42 -0400 Subject: - have the plugin call backend initialization directly --- src/map.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/map.c') diff --git a/src/map.c b/src/map.c index 5494886..6f95e61 100644 --- a/src/map.c +++ b/src/map.c @@ -1002,13 +1002,6 @@ map_data_set_entry(struct plugin_state *state, } } -int -map_startup(struct plugin_state *state) -{ - backend_startup(state); - return 0; -} - int map_init(struct slapi_pblock *pb, struct plugin_state *state) { @@ -1017,7 +1010,6 @@ map_init(struct slapi_pblock *pb, struct plugin_state *state) if (map_data.lock == NULL) { return -1; } - backend_init(pb, state); return 0; } -- cgit