summaryrefslogtreecommitdiffstats
path: root/src/map.c
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-30 18:51:42 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-06-30 18:51:42 -0400
commit3e813914dd169339e282cd86cca50dffefef6cd6 (patch)
treed67f923d68a5402b08bc6449426325e475a9a5d7 /src/map.c
parente8efda9238041ffcec0acf1e42fc9011342950c6 (diff)
- have the plugin call backend initialization directly
Diffstat (limited to 'src/map.c')
-rw-r--r--src/map.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/map.c b/src/map.c
index 5494886..6f95e61 100644
--- a/src/map.c
+++ b/src/map.c
@@ -1003,13 +1003,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)
{
memset(&map_data, 0, sizeof(map_data));
@@ -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;
}