mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
ITS#1676
This commit is contained in:
parent
7127e0887c
commit
9db008f08f
@ -63,4 +63,6 @@ perl_back_db_destroy(
|
||||
{
|
||||
free( be->be_private );
|
||||
be->be_private = NULL;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
@ -28,6 +28,7 @@
|
||||
*
|
||||
**********************************************************/
|
||||
|
||||
int
|
||||
perl_back_compare(
|
||||
Backend *be,
|
||||
Connection *conn,
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "slap.h"
|
||||
#include "perl_back.h"
|
||||
|
||||
int
|
||||
perl_back_delete(
|
||||
Backend *be,
|
||||
Connection *conn,
|
||||
|
@ -134,5 +134,7 @@ perl_back_search(
|
||||
|
||||
send_ldap_result( conn, op, return_code,
|
||||
NULL, NULL, NULL, NULL );
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user