From 929abb23a0d9468ef95a1076bec8e9b7c7c94f6f Mon Sep 17 00:00:00 2001 From: Nalin Dahyabhai Date: Mon, 7 Jul 2008 19:33:02 -0400 Subject: - clean up the map data at shutdown time - add a shutdown function to the sch plugin so that it can clean up its cache --- src/plug-nis.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plug-nis.c') diff --git a/src/plug-nis.c b/src/plug-nis.c index 514f63f..1bd6c19 100644 --- a/src/plug-nis.c +++ b/src/plug-nis.c @@ -142,6 +142,7 @@ plugin_shutdown(Slapi_PBlock *pb) state->pmap_client_socket, YPPROG, YPVERS); } wrap_stop_thread(state->tid); + map_done(state); free(state); return 0; } -- cgit