X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fback-perl%2Fclose.c;h=c58480924cab776536c6eaf3536bc5e69720dcd8;hb=e0952945d0b6da70703a711c91306be07d31ea1a;hp=66352378e23a10658483a8d16d9c2ee2026f2a9f;hpb=dda2e4cee00cd7ea8e90820fb0a4313de028c571;p=openldap diff --git a/servers/slapd/back-perl/close.c b/servers/slapd/back-perl/close.c index 66352378e2..c58480924c 100644 --- a/servers/slapd/back-perl/close.c +++ b/servers/slapd/back-perl/close.c @@ -1,29 +1,22 @@ /* $OpenLDAP$ */ -/* - * Copyright 1999, John C. Quillan, All rights reserved. - * Portions Copyright 2002, myinternet pty ltd. All rights reserved. +/* This work is part of OpenLDAP Software . * - * Redistribution and use in source and binary forms are permitted only - * as authorized by the OpenLDAP Public License. A copy of this - * license is available at http://www.OpenLDAP.org/license.html or - * in file LICENSE in the top-level directory of the distribution. + * Copyright 1999-2008 The OpenLDAP Foundation. + * Portions Copyright 1999 John C. Quillan. + * Portions Copyright 2002 myinternet Limited. + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted only as authorized by the OpenLDAP + * Public License. + * + * A copy of this license is available in file LICENSE in the + * top-level directory of the distribution or, alternatively, at + * . */ -#include "portable.h" -/* init.c - initialize shell backend */ - -#include - -#include "slap.h" -#ifdef HAVE_WIN32_ASPERL -#include "asperl_undefs.h" -#endif - -#include -#include - #include "perl_back.h" - +#include "../config.h" /********************************************************** * * Close @@ -35,20 +28,7 @@ perl_back_close( BackendInfo *bd ) { - ldap_pvt_thread_mutex_lock( &perl_interpreter_mutex ); - perl_destruct(PERL_INTERPRETER); - - ldap_pvt_thread_mutex_unlock( &perl_interpreter_mutex ); - - return 0; -} - -int -perl_back_destroy( - BackendInfo *bd -) -{ perl_free(PERL_INTERPRETER); PERL_INTERPRETER = NULL; @@ -59,7 +39,8 @@ perl_back_destroy( int perl_back_db_destroy( - BackendDB *be + BackendDB *be, + ConfigReply *cr ) { free( be->be_private );