diff options
| author | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-06-30 18:51:42 -0400 |
|---|---|---|
| committer | Nalin Dahyabhai <nalin.dahyabhai@pobox.com> | 2008-06-30 18:51:42 -0400 |
| commit | 3e813914dd169339e282cd86cca50dffefef6cd6 (patch) | |
| tree | d67f923d68a5402b08bc6449426325e475a9a5d7 /src/map.c | |
| parent | e8efda9238041ffcec0acf1e42fc9011342950c6 (diff) | |
- have the plugin call backend initialization directly
Diffstat (limited to 'src/map.c')
| -rw-r--r-- | src/map.c | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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; } |
